Run tiny town scene when start is clicked.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -2,4 +2,4 @@ extends Control
|
|||||||
|
|
||||||
|
|
||||||
func start_button_pressed() -> void:
|
func start_button_pressed() -> void:
|
||||||
pass # Replace with function body.
|
get_tree().change_scene_to_file("res://maps/TinyTown.tscn")
|
||||||
|
|||||||
Reference in New Issue
Block a user