diff --git a/source/funkin/FreeplayState.hx b/source/funkin/FreeplayState.hx index c43a9142c..622625f16 100644 --- a/source/funkin/FreeplayState.hx +++ b/source/funkin/FreeplayState.hx @@ -753,6 +753,10 @@ class FreeplayState extends MusicBeatSubstate if (controls.BACK && !typing.hasFocus) { + FlxTween.globalManager.clear(); + FlxTimer.globalManager.clear(); + dj.onIntroDone.removeAll(); + FlxG.sound.play(Paths.sound('cancelMenu')); // FlxTween.tween(dj, {x: -dj.width}, 0.2, {ease: FlxEase.quartOut});