mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-25 16:24:40 +00:00
quick thing to put back my ez debug skip thing lol
This commit is contained in:
parent
4fedb9e34a
commit
22de93705c
|
@ -366,6 +366,13 @@ class TitleState extends MusicBeatState
|
||||||
pressedEnter = true;
|
pressedEnter = true;
|
||||||
#end
|
#end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// a faster intro thing lol!
|
||||||
|
if (pressedEnter && transitioning && skippedIntro)
|
||||||
|
{
|
||||||
|
FlxG.switchState(new MainMenuState());
|
||||||
|
}
|
||||||
|
|
||||||
if (pressedEnter && !transitioning && skippedIntro)
|
if (pressedEnter && !transitioning && skippedIntro)
|
||||||
{
|
{
|
||||||
if (FlxG.sound.music != null)
|
if (FlxG.sound.music != null)
|
||||||
|
|
Loading…
Reference in a new issue