mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-05-03 09:25:14 -04:00
resolve merge conflict with ActualMandM/pause
This commit is contained in:
commit
720ae5d3cc
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue