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/ScrollingObjects/PlayButton.gd

6 lines
96 B
GDScript3
Raw Normal View History

2020-10-05 21:54:45 +00:00
extends Button
func _on_Button_pressed():
get_tree().change_scene("res://Objects/Main.tscn")