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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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