summaryrefslogtreecommitdiffstats
path: root/room_main_menu.gd
diff options
context:
space:
mode:
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()