IM DUMB SORRY

This commit is contained in:
NitrogenDioxide
2021-03-11 15:18:58 +01:00
committed by GitHub
parent a898c72884
commit 0bea281646

View File

@ -1342,7 +1342,7 @@ class PlayState extends MusicBeatState
}
else
{
scoreTxt.text = "Score:" + songScore);
scoreTxt.text = "Score:" + songScore;
}
if (FlxG.keys.justPressed.ENTER && startedCountdown && canPause)
{