10 lines
120 B
GDScript
10 lines
120 B
GDScript
extends Button
|
|
|
|
func _ready():
|
|
pass # Replace with function body.
|
|
|
|
|
|
|
|
func _on_ExitButton_pressed():
|
|
get_tree().quit()
|