1
Fork 0
mirror of https://github.com/Steffo99/looping-for-loops.git synced 2024-11-22 16:14:22 +00:00
looping-for-loops/Objects/Menu.gd

7 lines
113 B
GDScript3
Raw Normal View History

2020-10-04 18:26:45 +00:00
extends Control
class_name Menu
func _on_Button_pressed():
get_tree().change_scene("res://Objects/Main.tscn")