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