summaryrefslogtreecommitdiffstats
path: root/room_main_menu.gd
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-29 17:32:34 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-29 17:32:34 +0200
commitdf09cd144f7fc81fba89981e6e28423a4cd31fe7 (patch)
tree7e5d771d20a2612c7b62974352a8537f0ec404d0 /room_main_menu.gd
parent16927c75f3e12bc3a4001910c316f079b0142e2a (diff)
Rework debug_info
Diffstat (limited to 'room_main_menu.gd')
-rw-r--r--room_main_menu.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/room_main_menu.gd b/room_main_menu.gd
index f9ec9d1..2b3e3eb 100644
--- a/room_main_menu.gd
+++ b/room_main_menu.gd
@@ -1,5 +1,5 @@
class_name RoomMainMenu
-extends Node2D
+extends Room
func _ready() -> void:
$PlayButton.grab_focus.call_deferred()