WIP shit for nicer charting hehe

This commit is contained in:
Cameron Taylor
2020-11-13 18:49:20 -08:00
parent 9b91dc1b80
commit 87ec99dd1e
3 changed files with 18 additions and 10 deletions

View File

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