Run tiny town scene when start is clicked.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-09-29 00:09:50 -05:00
parent 72fbb8ab1b
commit 5753eeea39

View File

@@ -2,4 +2,4 @@ extends Control
func start_button_pressed() -> void:
pass # Replace with function body.
get_tree().change_scene_to_file("res://maps/TinyTown.tscn")