ALMOST DIALOGUE

This commit is contained in:
Cameron Taylor
2020-10-30 23:30:35 -07:00
parent cc66469d30
commit a9ada001f7
9 changed files with 233 additions and 53 deletions

View File

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