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/exitBtn.gd
2020-11-01 00:59:39 +03:00

8 lines
79 B
GDScript

extends Button
func _ready():
_G.ExitBtn = self
func _pressed():
_G.exit()