finishing week brings u back to story menu

instead of the main menu
This commit is contained in:
ArfieCat
2021-07-06 14:35:31 -07:00
committed by GitHub
parent e91fc48a2d
commit 2b2fbae5aa

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