1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-27 15:37:49 +00:00

Hide song name in play state

This commit is contained in:
Eric Myllyoja 2022-03-13 14:47:59 -04:00
parent 0cc4f8a982
commit 1935373963

View file

@ -415,7 +415,7 @@ class PlayState extends MusicBeatState
startCountdown(); startCountdown();
} }
this.leftWatermarkText.text = '${currentSong.song.toUpperCase()} - ${SongLoad.curDiff.toUpperCase()}'; // this.leftWatermarkText.text = '${currentSong.song.toUpperCase()} - ${SongLoad.curDiff.toUpperCase()}';
this.rightWatermarkText.text = Constants.VERSION; this.rightWatermarkText.text = Constants.VERSION;
} }