Merge branch 'master' of https://github.com/KadeDev/Kade-Engine
This commit is contained in:
@ -335,7 +335,7 @@ class TitleState extends MusicBeatState
|
|||||||
// FlxG.sound.play(Paths.music('titleShoot'), 0.7);
|
// FlxG.sound.play(Paths.music('titleShoot'), 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pressedEnter && !skippedIntro)
|
if (pressedEnter && !skippedIntro && initialized)
|
||||||
{
|
{
|
||||||
skipIntro();
|
skipIntro();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user