summaryrefslogtreecommitdiff
path: root/client/menu/menu.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/menu.gd')
-rw-r--r--client/menu/menu.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/menu.gd b/client/menu/menu.gd
index 2e63a1fe..774c6c58 100644
--- a/client/menu/menu.gd
+++ b/client/menu/menu.gd
@@ -34,6 +34,7 @@ var open_since = 0
func _ready():
open_since = Time.get_ticks_msec()
+ Global.focused_menu = self
focus_first(self)
connect_button_sounds(self)
update_parent_menu(self.get_parent())