aboutsummaryrefslogtreecommitdiff
path: root/client/menu/ingame_menu.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-29 23:06:20 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-29 23:06:20 +0200
commit12b06f3b8769467b957986e2b2601f6dfb7f9dc6 (patch)
tree9422a0cab2e8991de04c01813136d9c4e1ef25e1 /client/menu/ingame_menu.gd
parentb93a28ee71f25061d473777565549d90b6325996 (diff)
parentebf98091026017e7c410e8c2aeaa5e7c7d326a6c (diff)
downloadhurrycurry-12b06f3b8769467b957986e2b2601f6dfb7f9dc6.tar
hurrycurry-12b06f3b8769467b957986e2b2601f6dfb7f9dc6.tar.bz2
hurrycurry-12b06f3b8769467b957986e2b2601f6dfb7f9dc6.tar.zst
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
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")