mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-21 23:54:23 +00:00
6 lines
113 B
GDScript
6 lines
113 B
GDScript
extends Control
|
|
class_name Menu
|
|
|
|
|
|
func _on_Button_pressed():
|
|
get_tree().change_scene("res://Objects/Main.tscn")
|