IM DUMB SORRY

This commit is contained in:
NitrogenDioxide 2021-03-11 15:18:58 +01:00 committed by GitHub
parent a898c72884
commit 0bea281646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
{