mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-22 08:04:23 +00:00
5 lines
96 B
GDScript
5 lines
96 B
GDScript
extends Button
|
|
|
|
|
|
func _on_Button_pressed():
|
|
get_tree().change_scene("res://Objects/Main.tscn")
|