From 9fabd2408f1ba1059f5a137f0ac9d50a97ceea0d Mon Sep 17 00:00:00 2001 From: Kade M Date: Fri, 4 Jun 2021 20:31:50 -0700 Subject: [PATCH] tiky shit --- source/KeyBindMenu.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/KeyBindMenu.hx b/source/KeyBindMenu.hx index 847db3b..82657e1 100644 --- a/source/KeyBindMenu.hx +++ b/source/KeyBindMenu.hx @@ -249,11 +249,11 @@ class KeyBindMenu extends FlxSubState if(shouldReturn){ keys[curSelected] = r; - FlxG.sound.play(Paths.sound('Hover','clown')); + FlxG.sound.play(Paths.sound('scrollMenu')); } else{ keys[curSelected] = tempKey; - FlxG.sound.play(Paths.sound('confirm','clown')); + FlxG.sound.play(Paths.sound('confirmMenu')); keyWarning.alpha = 1; warningTween.cancel(); warningTween = FlxTween.tween(keyWarning, {alpha: 0}, 0.5, {ease: FlxEase.circOut, startDelay: 2});