diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-13 15:06:56 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-13 15:06:56 +0200 |
commit | cd3a3989901d877426cbd64622b93367eaf81d4a (patch) | |
tree | 773de7b4d2b7668926955ebeb51c2eefb8353741 /client/menu/setup.tscn | |
parent | 1799b91efa0e81c1f893d94851388820a458e113 (diff) | |
parent | 59134e883011c28b5dfb581f825ceac54031af14 (diff) | |
download | hurrycurry-cd3a3989901d877426cbd64622b93367eaf81d4a.tar hurrycurry-cd3a3989901d877426cbd64622b93367eaf81d4a.tar.bz2 hurrycurry-cd3a3989901d877426cbd64622b93367eaf81d4a.tar.zst |
Merge branch 'master' of https://codeberg.org/hurrycurry/hurrycurry
Diffstat (limited to 'client/menu/setup.tscn')
-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) |