diff options
Diffstat (limited to 'client/menu/credits_menu.gd')
-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() |