From 74494315303723b6cdac5198d9fc90f334ced778 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 19 Nov 2025 21:33:12 +0200 Subject: Improve transitions --- 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 1edb126..cba6d69 100644 --- a/room_main_menu.gd +++ b/room_main_menu.gd @@ -7,4 +7,4 @@ func _ready() -> void: func _test_room_button_pressed(): var top: Top = get_tree().root.get_node("Top") - top.transition_to_room("test1") + top.transition_to_room("res://room_test1.tscn", null) -- cgit v1.3