diff options
author | tpart <tpart120@proton.me> | 2024-06-30 22:36:23 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-06-30 22:36:23 +0200 |
commit | 228e60692a265a879b4cd64acb6311f8acb906e2 (patch) | |
tree | a2bc76ba2d89d287507a22949edda80a6f921822 /client/menu/setup_menu.tscn | |
parent | 762edb5eaea8aad4a4c5d3e8c87d6ee3ca3465cf (diff) | |
download | hurrycurry-228e60692a265a879b4cd64acb6311f8acb906e2.tar hurrycurry-228e60692a265a879b4cd64acb6311f8acb906e2.tar.bz2 hurrycurry-228e60692a265a879b4cd64acb6311f8acb906e2.tar.zst |
Add length limit to unername
Diffstat (limited to 'client/menu/setup_menu.tscn')
-rw-r--r-- | client/menu/setup_menu.tscn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/menu/setup_menu.tscn b/client/menu/setup_menu.tscn index 81c0aad5..e5229df3 100644 --- a/client/menu/setup_menu.tscn +++ b/client/menu/setup_menu.tscn @@ -91,7 +91,8 @@ layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -offset_bottom = 0.00012207 +offset_right = 1152.0 +offset_bottom = 648.0 grow_horizontal = 2 grow_vertical = 2 horizontal_scroll_mode = 0 @@ -189,6 +190,7 @@ layout_mode = 2 [node name="LineEdit" type="LineEdit" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/NameEntry"] custom_minimum_size = Vector2(300, 30) layout_mode = 2 +max_length = 64 [node name="Control" type="Control" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/NameEntry"] layout_mode = 2 |