mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-23 15:26:06 +00:00
resolve merge conflict with ActualMandM/pause
This commit is contained in:
commit
720ae5d3cc
|
@ -169,7 +169,10 @@ class PauseSubState extends MusicBeatSubstate
|
|||
FlxG.resetState();
|
||||
case "Exit to menu":
|
||||
PlayState.deathCounter = 0;
|
||||
FlxG.switchState(new MainMenuState());
|
||||
if (PlayState.isStoryMode)
|
||||
FlxG.switchState(new StoryMenuState());
|
||||
else
|
||||
FlxG.switchState(new FreeplayState());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue