restart_button.gd 107 B

12345
  1. extends Button
  2. func _on_pressed():
  3. var root = get_tree().get_root().get_child(0)
  4. root.begin(true)