mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
fix mod return button not playing a sound
This commit is contained in:
parent
41a894b846
commit
16a3adf0a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue