From df09cd144f7fc81fba89981e6e28423a4cd31fe7 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 29 Nov 2025 17:32:34 +0200 Subject: Rework debug_info --- room_main_menu.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'room_main_menu.gd') 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() -- cgit v1.3