6 lines
88 B
GDScript
6 lines
88 B
GDScript
extends Control
|
|
|
|
|
|
func _on_button_pressed() -> void:
|
|
get_tree().change_scene_to_file()
|