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

This commit is contained in:
2025-09-29 00:09:50 -05:00
parent 72fbb8ab1b
commit 5753eeea39
+1 -1
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")