fix note miss bullshit

This commit is contained in:
Cameron Taylor
2020-10-28 01:24:56 -07:00
parent c2d1b86c98
commit c8e3a27044
8 changed files with 47 additions and 17 deletions

View File

@ -34,8 +34,21 @@ class TitleState extends MusicBeatState
TitleState.soundExt = '.ogg';
#end
PlayerSettings.init();
// DEBUG BULLSHIT
super.create();
#if SKIP_TO_PLAYSTATE
FlxG.switchState(new FreeplayState());
#else
startIntro();
#end
}
function startIntro()
{
if (!initialized)
{
var diamond:FlxGraphic = FlxGraphic.fromClass(GraphicTransTileDiamond);