5 lines
63 B
GDScript3
5 lines
63 B
GDScript3
![]() |
extends Button
|
||
|
|
||
|
func _on_pressed() -> void:
|
||
|
get_tree().quit()
|