Crystalline-awakening/exit_game.gd
2025-05-17 15:28:23 +01:00

5 lines
63 B
GDScript

extends Button
func _on_pressed() -> void:
get_tree().quit()