From 9a76089edbae93c874b24c53a9b79f1fe10ebe2f Mon Sep 17 00:00:00 2001 From: tpart Date: Sat, 29 Jun 2024 22:08:39 +0200 Subject: Add Sound singleton; Restructure sound system; Add button sounds to ingame menu --- client/menu/ingame_menu.gd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/menu/ingame_menu.gd') diff --git a/client/menu/ingame_menu.gd b/client/menu/ingame_menu.gd index 73f4dbb3..6fa83a55 100644 --- a/client/menu/ingame_menu.gd +++ b/client/menu/ingame_menu.gd @@ -3,6 +3,9 @@ extends Control @onready var anim = $AnimationPlayer @onready var options = $Side/Margin/Options +func _ready(): + Global.connect_button_sounds(self) + func act(): show() anim.play("activate") -- cgit v1.2.3-70-g09d2