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 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)