6 lines
56 B
GDScript
6 lines
56 B
GDScript
extends Button
|
|
|
|
|
|
func _on_pressed():
|
|
get_tree().quit()
|