Merge pull request #1198 from ArfieCat/menu-idk
Finishing a story week brings you back to the story menu instead of the main menu
This commit is contained in:
commit
456f5ab51b
@ -2776,7 +2776,7 @@ class PlayState extends MusicBeatState
|
||||
else
|
||||
{
|
||||
FlxG.sound.playMusic(Paths.music('freakyMenu'));
|
||||
FlxG.switchState(new MainMenuState());
|
||||
FlxG.switchState(new StoryMenuState());
|
||||
}
|
||||
|
||||
#if windows
|
||||
|
Loading…
x
Reference in New Issue
Block a user