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.

47 lines
990 B

  1. [gd_scene format=2]
  2. [node name="GridContainer" type="GridContainer"]
  3. margin_left = 12.0
  4. margin_top = 8.0
  5. margin_right = 907.0
  6. margin_bottom = 124.0
  7. columns = 2
  8. [node name="locale_label" type="Label" parent="."]
  9. margin_right = 88.0
  10. margin_bottom = 14.0
  11. text = "LOCALE"
  12. valign = 1
  13. [node name="locales" type="ItemList" parent="."]
  14. margin_left = 92.0
  15. margin_right = 895.0
  16. margin_bottom = 14.0
  17. size_flags_horizontal = 3
  18. auto_height = true
  19. [node name="server_addr_label" type="Label" parent="."]
  20. margin_top = 23.0
  21. margin_right = 88.0
  22. margin_bottom = 37.0
  23. text = "SERVER_ADDR"
  24. valign = 1
  25. [node name="server_addr" type="LineEdit" parent="."]
  26. margin_left = 92.0
  27. margin_top = 18.0
  28. margin_right = 895.0
  29. margin_bottom = 42.0
  30. [node name="api_addr_label" type="Label" parent="."]
  31. margin_top = 51.0
  32. margin_right = 88.0
  33. margin_bottom = 65.0
  34. text = "API_ADDR"
  35. valign = 1
  36. [node name="api_addr" type="LineEdit" parent="."]
  37. margin_left = 92.0
  38. margin_top = 46.0
  39. margin_right = 895.0
  40. margin_bottom = 70.0