Public repository for MUR pre alpha
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
188 B

  1. extends Control
  2. func _draw():
  3. find_node("resume").grab_focus()
  4. func _on_resume_pressed():
  5. hide()
  6. func _on_settings_pressed():
  7. pass
  8. func _on_end_pressed():
  9. gamestate.quit_game()