diff options
-rw-r--r-- | client/menu/setup.tscn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/menu/setup.tscn b/client/menu/setup.tscn index 6a255b95..befdc92b 100644 --- a/client/menu/setup.tscn +++ b/client/menu/setup.tscn @@ -187,6 +187,7 @@ scroll_active = false [node name="NameEntry" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"] layout_mode = 2 +tooltip_text = "Other players can see that name when playing on a server" [node name="LineEdit" type="LineEdit" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/NameEntry"] custom_minimum_size = Vector2(300, 30) @@ -277,7 +278,9 @@ custom_minimum_size = Vector2(100.08, 0) layout_mode = 2 bbcode_enabled = true text = "The salary is" +fit_content = true scroll_active = false +autowrap_mode = 0 [node name="LineEdit" type="LineEdit" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/CompensationEntry"] custom_minimum_size = Vector2(50, 30) |