5 lines
65 B
GDScript
5 lines
65 B
GDScript
extends Button
|
|
|
|
func _on_button_up() -> void:
|
|
get_tree().quit()
|