aboutsummaryrefslogtreecommitdiff
path: root/client/audio
diff options
context:
space:
mode:
Diffstat (limited to 'client/audio')
-rw-r--r--client/audio/play_random.gd3
-rw-r--r--client/audio/sound.gd17
2 files changed, 19 insertions, 1 deletions
diff --git a/client/audio/play_random.gd b/client/audio/play_random.gd
index df77de2f..683d95ba 100644
--- a/client/audio/play_random.gd
+++ b/client/audio/play_random.gd
@@ -1,5 +1,6 @@
-# Undercooked - a game about cooking
+# Hurry Curry! - a game about cooking
# Copyright 2024 tpart
+# Copyright 2024 nokoe
#
# 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
diff --git a/client/audio/sound.gd b/client/audio/sound.gd
index f0100756..ac30acf8 100644
--- a/client/audio/sound.gd
+++ b/client/audio/sound.gd
@@ -1,3 +1,20 @@
+# Hurry Curry! - a game about cooking
+# Copyright 2024 nokoe
+# Copyright 2024 tpart
+# Copyright 2024 metamuffin
+#
+# 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
+# the Free Software Foundation, version 3 of the License only.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
+#
extends Node
@onready var click_sound = $UI/Click