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:
Kade M
2021-07-06 22:10:38 -07:00
committed by GitHub

View File

@ -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