train in progress

This commit is contained in:
Cameron Taylor
2020-12-10 18:23:53 -05:00
parent 60f53dccca
commit 19ed82aa0d
17 changed files with 141 additions and 2 deletions

View File

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