7 lines
109 B
GDScript3
7 lines
109 B
GDScript3
|
|
extends Node
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
func _on_button_start_pressed() -> void:
|
||
|
|
get_tree().change_scene_to_file("res://main.tscn")
|