6 lines
89 B
GDScript
6 lines
89 B
GDScript
extends AnimatedSprite2D
|
|
|
|
func _on_button_pressed():
|
|
get_tree().quit()
|
|
move_to_front()
|