All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
6 lines
116 B
GDScript
6 lines
116 B
GDScript
extends Control
|
|
|
|
|
|
func start_button_pressed() -> void:
|
|
get_tree().change_scene_to_file("res://maps/TinyTown.tscn")
|