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.

39 lines
997 B

  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://scripts/menus/settings_player_menu.gd" type="Script" id=1]
  3. [node name="settings_player_menu" type="Control"]
  4. margin_left = 513.0
  5. margin_top = 23.0
  6. margin_right = 878.0
  7. margin_bottom = 116.0
  8. size_flags_horizontal = 3
  9. size_flags_vertical = 3
  10. script = ExtResource( 1 )
  11. [node name="VBoxContainer" type="VBoxContainer" parent="."]
  12. anchor_right = 1.0
  13. anchor_bottom = 1.0
  14. [node name="name_label" type="Label" parent="VBoxContainer"]
  15. margin_right = 365.0
  16. margin_bottom = 14.0
  17. text = "PLAYER_NAME"
  18. [node name="name" type="LineEdit" parent="VBoxContainer"]
  19. margin_top = 18.0
  20. margin_right = 365.0
  21. margin_bottom = 42.0
  22. size_flags_horizontal = 3
  23. [node name="color_label" type="Label" parent="VBoxContainer"]
  24. margin_top = 46.0
  25. margin_right = 365.0
  26. margin_bottom = 60.0
  27. text = "PLAYER_COLOR"
  28. [node name="color" type="ColorPickerButton" parent="VBoxContainer"]
  29. margin_top = 64.0
  30. margin_right = 365.0
  31. margin_bottom = 84.0
  32. size_flags_horizontal = 3