mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-26 15:07:14 +00:00
Hide song name in play state
This commit is contained in:
parent
0cc4f8a982
commit
1935373963
|
@ -415,7 +415,7 @@ class PlayState extends MusicBeatState
|
|||
startCountdown();
|
||||
}
|
||||
|
||||
this.leftWatermarkText.text = '${currentSong.song.toUpperCase()} - ${SongLoad.curDiff.toUpperCase()}';
|
||||
// this.leftWatermarkText.text = '${currentSong.song.toUpperCase()} - ${SongLoad.curDiff.toUpperCase()}';
|
||||
this.rightWatermarkText.text = Constants.VERSION;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue