Blobby/src/UserInterface/QuitButton.gd
2020-08-06 10:40:10 +02:00

5 lines
65 B
GDScript

extends Button
func _on_button_up() -> void:
get_tree().quit()