This commit is contained in:
Cameron Taylor
2020-12-26 21:46:22 -05:00
parent 3fa66ee1d1
commit 2ba49b1e64
25 changed files with 165 additions and 9 deletions

View File

@ -74,7 +74,9 @@ class TitleState extends MusicBeatState
StoryMenuState.weekUnlocked[0] = true;
}
#if SKIP_TO_PLAYSTATE
#if FREEPLAY
FlxG.switchState(new FreeplayState());
#elseif CHARTING
FlxG.switchState(new ChartingState());
#else
startIntro();