finishing week brings u back to story menu
instead of the main menu
This commit is contained in:
parent
e91fc48a2d
commit
2b2fbae5aa
@ -2776,7 +2776,7 @@ class PlayState extends MusicBeatState
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
FlxG.sound.playMusic(Paths.music('freakyMenu'));
|
FlxG.sound.playMusic(Paths.music('freakyMenu'));
|
||||||
FlxG.switchState(new MainMenuState());
|
FlxG.switchState(new StoryMenuState());
|
||||||
}
|
}
|
||||||
|
|
||||||
#if windows
|
#if windows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user