diff options
-rw-r--r-- | client/menu/setup.tscn | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/client/menu/setup.tscn b/client/menu/setup.tscn index 4846475f..626f20c4 100644 --- a/client/menu/setup.tscn +++ b/client/menu/setup.tscn @@ -209,11 +209,18 @@ custom_minimum_size = Vector2(300, 30) layout_mode = 2 theme_override_colors/font_color = Color(0.458824, 0, 0, 1) theme_override_colors/font_uneditable_color = Color(0.458824, 0, 0, 1) -text = "Chef / Waiting Staff" editable = false -[node name="Control" type="Control" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/PositionEntry"] -layout_mode = 2 +[node name="LineEdit2" type="Label" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/PositionEntry/LineEdit"] +custom_minimum_size = Vector2(300, 30) +layout_mode = 1 +offset_left = 9.97753 +offset_top = 3.2088 +offset_right = 309.978 +offset_bottom = 33.2088 +theme_override_colors/font_color = Color(0.458824, 0, 0, 1) +theme_override_fonts/font = ExtResource("3_2vg4d") +text = "Chef / Waiting Staff" [node name="Uniform" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"] layout_mode = 2 @@ -269,9 +276,19 @@ autowrap_mode = 0 custom_minimum_size = Vector2(50, 30) layout_mode = 2 theme_override_colors/font_uneditable_color = Color(0.478431, 0, 0, 1) -text = "$ 0.00" editable = false +[node name="LineEdit2" type="Label" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/CompensationEntry/LineEdit"] +custom_minimum_size = Vector2(50, 30) +layout_mode = 1 +offset_left = 9.55965 +offset_top = 4.09178 +offset_right = 79.5597 +offset_bottom = 34.0918 +theme_override_colors/font_color = Color(0.478431, 0, 0, 1) +theme_override_fonts/font = ExtResource("3_2vg4d") +text = "$ 0.00" + [node name="Text2" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/CompensationEntry"] custom_minimum_size = Vector2(100.08, 0) layout_mode = 2 |