retrace/UI/ExitButton.gd
2019-11-23 21:07:26 +01:00

10 lines
120 B
GDScript

extends Button
func _ready():
pass # Replace with function body.
func _on_ExitButton_pressed():
get_tree().quit()