5 lines
55 B
GDScript3
5 lines
55 B
GDScript3
|
|
extends Button
|
||
|
|
|
||
|
|
func _on_pressed():
|
||
|
|
get_tree().quit()
|