mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +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;
|
||||
#end
|
||||
}
|
||||
|
||||
// a faster intro thing lol!
|
||||
if (pressedEnter && transitioning && skippedIntro)
|
||||
{
|
||||
FlxG.switchState(new MainMenuState());
|
||||
}
|
||||
|
||||
if (pressedEnter && !transitioning && skippedIntro)
|
||||
{
|
||||
if (FlxG.sound.music != null)
|
||||
|
|
Loading…
Reference in a new issue