From 691d9967bd9fac6c3b0e272d3c91f60ba077104a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 21 Nov 2025 09:37:32 +0200 Subject: Refactor 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 cba6d69..fd595a5 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("res://room_test1.tscn", null) + top.room_transition(null, "res://room_test1.tscn", null) -- cgit v1.3