From 22de93705c21bd0329be3b13bcc5fabebcdb9595 Mon Sep 17 00:00:00 2001 From: Cameron Taylor <cameron.taylor.ninja@gmail.com> Date: Mon, 18 Apr 2022 20:24:01 -0400 Subject: [PATCH] quick thing to put back my ez debug skip thing lol --- source/funkin/TitleState.hx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/funkin/TitleState.hx b/source/funkin/TitleState.hx index 6dfd5c8b7..4df29e1f3 100644 --- a/source/funkin/TitleState.hx +++ b/source/funkin/TitleState.hx @@ -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)