WEEK SCORE SHIT

This commit is contained in:
Cameron Taylor
2020-11-06 02:56:45 -08:00
parent 054e9f4bf9
commit cf7b871c56
5 changed files with 43 additions and 4 deletions

View File

@ -74,7 +74,7 @@ class TitleState extends MusicBeatState
}
#if SKIP_TO_PLAYSTATE
FlxG.switchState(new FreeplayState());
FlxG.switchState(new StoryMenuState());
#else
startIntro();
#end