diff options
author | tpart <tpart120@proton.me> | 2024-07-01 13:56:45 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-01 13:56:45 +0200 |
commit | a79507334a51ec53414a31b61d0398e1ef1e71c6 (patch) | |
tree | 2d0fa3b8f9dc51968a6e2d7334a0a9f505f1be07 /client/menu | |
parent | d2b974cdef475e8ab274f3132c4af46081ea67e4 (diff) | |
download | hurrycurry-a79507334a51ec53414a31b61d0398e1ef1e71c6.tar hurrycurry-a79507334a51ec53414a31b61d0398e1ef1e71c6.tar.bz2 hurrycurry-a79507334a51ec53414a31b61d0398e1ef1e71c6.tar.zst |
Add boost sound effects
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/credits_menu.gd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/menu/credits_menu.gd b/client/menu/credits_menu.gd index 86a4443f..00ca0f04 100644 --- a/client/menu/credits_menu.gd +++ b/client/menu/credits_menu.gd @@ -24,7 +24,8 @@ var cc_by_4 := { "Footstep sounds": "Dryoma", "Page_Turn_24.wav": "Koops", "Pencil, Writing, Close, A.wav": "InspectorJ", - "Universal UI/Menu Soundpack": "Ellr" + "Universal UI/Menu Soundpack": "Ellr", + "Woosh Fleuret Escrime B.WAV": "toyoto" } @onready var menu_manager: MenuManager = get_parent() |