This commit is contained in:
Tabby 2025-09-03 21:34:33 +10:00
parent 6ce339b430
commit 314f485f01
15 changed files with 318 additions and 17 deletions

View file

@ -12,4 +12,5 @@ func _process(delta: float) -> void:
func _on_play_button_pressed() -> void:
Router.player_mode = false
get_tree().change_scene_to_file("res://test.tscn")