diff options
Diffstat (limited to 'room_main_menu.gd')
| -rw-r--r-- | room_main_menu.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/room_main_menu.gd b/room_main_menu.gd index 8981bcb..836cf0c 100644 --- a/room_main_menu.gd +++ b/room_main_menu.gd @@ -11,4 +11,4 @@ func _process(_delta: float) -> void: pass func _test_room_button_pressed(): - top.change_room("test") + top.transition_to_room("test") |
