1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-29 02:04:28 +00:00

Merge remote-tracking branch 'origin/master' into feature/scripted-characters

This commit is contained in:
Cameron Taylor 2022-05-04 12:27:18 -04:00
commit bfce579cd5

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)