exit.gd 101 B

123456
  1. extends Button
  2. func _on_pressed() -> void:
  3. get_tree().quit(0)
  4. pass # Replace with function body.