This commit is contained in:
KadeDev
2021-04-27 09:40:20 -07:00

View File

@ -335,7 +335,7 @@ class TitleState extends MusicBeatState
// FlxG.sound.play(Paths.music('titleShoot'), 0.7);
}
if (pressedEnter && !skippedIntro)
if (pressedEnter && !skippedIntro && initialized)
{
skipIntro();
}