This repository has been archived on 2023-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
trashsort/scripts/playBtn.gd
2020-11-01 00:59:39 +03:00

8 lines
96 B
GDScript

extends Button
func _ready():
_G.PlayBtn = self
func _pressed():
_G.loadScene('Playground')