mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
Hide song name in play state
This commit is contained in:
parent
0cc4f8a982
commit
1935373963
1 changed files with 1 additions and 1 deletions
|
@ -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