1
0
Fork 0
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:
Cameron Taylor 2022-04-18 20:24:01 -04:00
parent 4fedb9e34a
commit 22de93705c

View file

@ -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)