MenuDialog.gd 130 B

1234567891011
  1. extends WindowDialog
  2. func _on_CloseButton_pressed():
  3. hide()
  4. func _on_MenuButton_button_down():
  5. if !is_visible():
  6. popup()