aboutsummaryrefslogtreecommitdiff
path: root/client/menu/credits.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-01 15:48:08 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-01 15:48:08 +0200
commitf4896e35bf204f7b0d0c9766b912cc731cb3f355 (patch)
tree489bf441641149449a90b2c8194c0ee2416584d8 /client/menu/credits.gd
parent69cce2c92e067595d862c479104df6e966a1e8ee (diff)
parent5fc93e0f3fe710f5cad7e3e67dbf6d0a8d600753 (diff)
downloadhurrycurry-f4896e35bf204f7b0d0c9766b912cc731cb3f355.tar
hurrycurry-f4896e35bf204f7b0d0c9766b912cc731cb3f355.tar.bz2
hurrycurry-f4896e35bf204f7b0d0c9766b912cc731cb3f355.tar.zst
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'client/menu/credits.gd')
-rw-r--r--client/menu/credits.gd10
1 files changed, 7 insertions, 3 deletions
diff --git a/client/menu/credits.gd b/client/menu/credits.gd
index 0ab94fd5..10ea910f 100644
--- a/client/menu/credits.gd
+++ b/client/menu/credits.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
@@ -18,12 +18,16 @@ extends Menu
var contributors := ["sofviic", "metamuffin", "nokoe", "tpart"]
var cc_0 := ["kenney.nl", "Kay Lousberg"]
var cc_by_3 := {
+ "Game_over.wav": "deleted_user_877451",
"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"
+ "Super Dialogue Audio Pack": "Dillon Becker",
+ "Universal UI/Menu Soundpack": "Ellr",
+ "Woosh Fleuret Escrime B.WAV": "toyoto"
}
@onready var label = $MarginContainer/Panel/MarginContainer/VBoxContainer/RichTextLabel