1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-08-18 14:05:06 +00:00

counter fix thing

This commit is contained in:
Cameron Taylor 2023-06-15 14:31:49 -04:00
parent 0b42b6e305
commit 092dcb5a35

View file

@ -170,8 +170,8 @@ class GameOverSubState extends MusicBeatSubState
if (controls.BACK)
{
blueballed = false;
PlayState.deathCounter = 0;
PlayState.seenCutscene = false;
PlayState.instance.deathCounter = 0;
// PlayState.seenCutscene = false; // old thing...
gameOverMusic.stop();
if (PlayStatePlaylist.isStoryMode) FlxG.switchState(new StoryMenuState());