we out here

This commit is contained in:
Cameron Taylor
2020-11-02 14:40:12 -08:00
parent f30f6e646c
commit 589db1f26b
7 changed files with 9 additions and 5 deletions

View File

@ -40,6 +40,8 @@ class TitleState extends MusicBeatState
var curWacky:Array<String> = [];
var wackyImage:FlxSprite;
override public function create():Void
{
#if (!web)
@ -59,7 +61,7 @@ class TitleState extends MusicBeatState
#end
#if SKIP_TO_PLAYSTATE
FlxG.switchState(new StoryMenuState());
FlxG.switchState(new ChartingState());
#else
startIntro();
#end