spookeez charted

This commit is contained in:
Cameron Taylor
2020-10-30 11:54:53 -07:00
parent 6e1274d849
commit 057e40baa6
4 changed files with 4 additions and 27 deletions

View File

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