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.

62 lines
1.6 KiB

  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://scripts/menus/settings_system_menu.gd" type="Script" id=1]
  3. [node name="system_settings_menu" type="Tabs"]
  4. anchor_right = 1.0
  5. anchor_bottom = 1.0
  6. margin_left = 4.0
  7. margin_top = 45.0
  8. margin_right = -4.0
  9. margin_bottom = -4.0
  10. focus_neighbour_left = NodePath("../graphics")
  11. focus_mode = 2
  12. script = ExtResource( 1 )
  13. [node name="GridContainer" type="GridContainer" parent="."]
  14. margin_left = 12.0
  15. margin_top = 8.0
  16. margin_right = 907.0
  17. margin_bottom = 124.0
  18. columns = 2
  19. [node name="locale_label" type="Label" parent="GridContainer"]
  20. margin_right = 88.0
  21. margin_bottom = 14.0
  22. text = "LOCALE"
  23. valign = 1
  24. [node name="locales" type="ItemList" parent="GridContainer"]
  25. margin_left = 92.0
  26. margin_right = 895.0
  27. margin_bottom = 14.0
  28. size_flags_horizontal = 3
  29. auto_height = true
  30. [node name="server_addr_label" type="Label" parent="GridContainer"]
  31. margin_top = 23.0
  32. margin_right = 88.0
  33. margin_bottom = 37.0
  34. text = "SERVER_ADDR"
  35. valign = 1
  36. [node name="server_addr" type="LineEdit" parent="GridContainer"]
  37. margin_left = 92.0
  38. margin_top = 18.0
  39. margin_right = 895.0
  40. margin_bottom = 42.0
  41. [node name="api_addr_label" type="Label" parent="GridContainer"]
  42. margin_top = 51.0
  43. margin_right = 88.0
  44. margin_bottom = 65.0
  45. text = "API_ADDR"
  46. valign = 1
  47. [node name="api_addr" type="LineEdit" parent="GridContainer"]
  48. margin_left = 92.0
  49. margin_top = 46.0
  50. margin_right = 895.0
  51. margin_bottom = 70.0
  52. [connection signal="tree_exiting" from="." to="." method="_on_system_settings_menu_tree_exiting"]
  53. [connection signal="item_selected" from="GridContainer/locales" to="." method="_on_locales_item_selected"]