aboutsummaryrefslogtreecommitdiff
path: root/client/menu/credits_menu.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/credits_menu.gd')
-rw-r--r--client/menu/credits_menu.gd7
1 files changed, 4 insertions, 3 deletions
diff --git a/client/menu/credits_menu.gd b/client/menu/credits_menu.gd
index 59e7bab9..86a4443f 100644
--- a/client/menu/credits_menu.gd
+++ b/client/menu/credits_menu.gd
@@ -1,5 +1,5 @@
# Undercooked - a game about cooking
-# Copyright 2024 metamuffin
+# Copyright 2024 metamuffin, tpart
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
@@ -21,9 +21,10 @@ var cc_by_3 := {
"Glasses": "Jeremy Edelblut"
}
var cc_by_4 := {
- "Universal UI/Menu Soundpack": "Ellr",
+ "Footstep sounds": "Dryoma",
+ "Page_Turn_24.wav": "Koops",
"Pencil, Writing, Close, A.wav": "InspectorJ",
- "Page_Turn_24.wav": "Koops"
+ "Universal UI/Menu Soundpack": "Ellr"
}
@onready var menu_manager: MenuManager = get_parent()