diff options
Diffstat (limited to 'client/menu/setup.tscn')
| -rw-r--r-- | client/menu/setup.tscn | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/client/menu/setup.tscn b/client/menu/setup.tscn index cf72f2d8..67610aba 100644 --- a/client/menu/setup.tscn +++ b/client/menu/setup.tscn @@ -183,6 +183,7 @@ bbcode_enabled = true  text = "c.setup.name"  fit_content = true  scroll_active = false +text_direction = 3  [node name="NameEntry" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]  layout_mode = 2 @@ -202,6 +203,7 @@ bbcode_enabled = true  text = "c.setup.position"  fit_content = true  scroll_active = false +text_direction = 3  [node name="PositionEntry" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]  layout_mode = 2 @@ -230,6 +232,7 @@ bbcode_enabled = true  text = "c.setup.uniform"  fit_content = true  scroll_active = false +text_direction = 3  [node name="SelectUniform" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]  layout_mode = 2 @@ -241,6 +244,7 @@ bbcode_enabled = true  text = "c.setup.experience"  fit_content = true  scroll_active = false +text_direction = 3  [node name="SelectExperience" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]  layout_mode = 2 @@ -249,6 +253,7 @@ alignment = 1  [node name="CheckBox" type="CheckBox" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/SelectExperience"]  layout_mode = 2  text = "c.setup.experience.skip" +text_direction = 3  [node name="Duties" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]  layout_mode = 2 @@ -256,6 +261,7 @@ bbcode_enabled = true  text = "c.setup.duties"  fit_content = true  scroll_active = false +text_direction = 3  [node name="Terms" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]  layout_mode = 2 @@ -263,6 +269,7 @@ bbcode_enabled = true  text = "c.setup.additional_terms"  fit_content = true  scroll_active = false +text_direction = 3  [node name="Compensation" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]  layout_mode = 2 @@ -270,6 +277,7 @@ bbcode_enabled = true  text = "c.setup.compensation"  fit_content = true  scroll_active = false +text_direction = 3  [node name="CompensationEntry" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]  layout_mode = 2 @@ -331,6 +339,7 @@ bbcode_enabled = true  text = "c.setup.frank_signature.desc"  fit_content = true  scroll_active = false +text_direction = 3  [node name="Signature" type="Label" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployerMargin/Sign"]  custom_minimum_size = Vector2(200, 80) @@ -358,6 +367,7 @@ bbcode_enabled = true  text = "c.setup.user_signature.desc"  fit_content = true  scroll_active = false +text_direction = 3  [node name="Signature" type="Button" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployeeMargin/Sign" groups=["no_click_sound"]]  custom_minimum_size = Vector2(200, 80) | 
