summaryrefslogtreecommitdiff
path: root/sound_manager.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2025-01-14 14:38:52 +0100
committerDaniel Weipert <git@mail.dweipert.de>2025-01-14 14:38:52 +0100
commite8f03c4d6a94aa16b3587bdce525cf0cf7c6c6c3 (patch)
treed8d5a78a0872b86c3b40089e465120883669542b /sound_manager.gd
parentb75cc72c4e10bd652330b6d2bd99f3fd9129a3b3 (diff)
next commit
Diffstat (limited to 'sound_manager.gd')
-rw-r--r--sound_manager.gd4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound_manager.gd b/sound_manager.gd
new file mode 100644
index 0000000..6c953a3
--- /dev/null
+++ b/sound_manager.gd
@@ -0,0 +1,4 @@
+extends Node
+
+
+@onready var sound_button_click: AudioStreamPlayer = $UI/SoundButtonClick