Files
Yellowtape/main_menu.gd
Gregory Marco 5753eeea39
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Run tiny town scene when start is clicked.
2025-09-29 00:09:50 -05:00

6 lines
116 B
GDScript

extends Control
func start_button_pressed() -> void:
get_tree().change_scene_to_file("res://maps/TinyTown.tscn")