5 lines
No EOL
114 B
GDScript
5 lines
No EOL
114 B
GDScript
extends Control
|
|
|
|
|
|
func _on_main_menu_pressed():
|
|
get_tree().change_scene_to_file("res://scenes/ui/main_menu.tscn") |