From 4243a9a290bf0807535ac13779da3d6565a01bf9 Mon Sep 17 00:00:00 2001 From: Kade M Date: Fri, 4 Jun 2021 20:33:25 -0700 Subject: [PATCH] do this --- source/KeyBindMenu.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/KeyBindMenu.hx b/source/KeyBindMenu.hx index 847db3b..ee1f914 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('scrollMenu')); keyWarning.alpha = 1; warningTween.cancel(); warningTween = FlxTween.tween(keyWarning, {alpha: 0}, 0.5, {ease: FlxEase.circOut, startDelay: 2});