summaryrefslogtreecommitdiff
path: root/client/menu/ingame_menu.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/ingame_menu.gd')
-rw-r--r--client/menu/ingame_menu.gd3
1 files changed, 3 insertions, 0 deletions
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")