From 16a3adf0a8fb3f39dc73159140345089d2df9c55 Mon Sep 17 00:00:00 2001 From: Map Date: Tue, 3 Dec 2024 19:00:36 -0600 Subject: [PATCH] fix mod return button not playing a sound --- game/src/mod_menu.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/src/mod_menu.rpy b/game/src/mod_menu.rpy index 8edb71d..7c81f13 100644 --- a/game/src/mod_menu.rpy +++ b/game/src/mod_menu.rpy @@ -1082,7 +1082,7 @@ screen mod_menu_top_buttons(image, text, action): text text xalign 0.5 yalign 0.5 size 34 action action - activate_sound "audio/ui/snd_ui_click.wav" + activate_sound "audio/ui/uiClick.wav" transclude