mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-21 20:39:52 -04:00
Merge remote-tracking branch 'origin/master' into feature/scripted-characters
This commit is contained in:
commit
bfce579cd5
1 changed files with 7 additions and 0 deletions
|
@ -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