diff options
author | nokoe <nokoe@mailbox.org> | 2024-07-13 14:37:04 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-07-13 14:37:04 +0200 |
commit | 59134e883011c28b5dfb581f825ceac54031af14 (patch) | |
tree | f5823faa42484fb36ebb2fcc682646c3ae7f9cf6 | |
parent | e2f554a8b014707ca09d3297f5e829b014ab5426 (diff) | |
download | hurrycurry-59134e883011c28b5dfb581f825ceac54031af14.tar hurrycurry-59134e883011c28b5dfb581f825ceac54031af14.tar.bz2 hurrycurry-59134e883011c28b5dfb581f825ceac54031af14.tar.zst |
hint that others can see one's name
-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) |