aboutsummaryrefslogtreecommitdiff
path: root/client/menu/setup.tscn
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-12-23 19:47:20 +0100
committertpart <tpart120@proton.me>2024-12-23 19:47:20 +0100
commitef4c2adba0a49401ba56504d9bb4256959e204cf (patch)
treea6795bc206954622f97cd5c239c5953e3efc4ffb /client/menu/setup.tscn
parent981a4bfbafc4213f65457a58c75f8a3eaf24d534 (diff)
downloadhurrycurry-ef4c2adba0a49401ba56504d9bb4256959e204cf.tar
hurrycurry-ef4c2adba0a49401ba56504d9bb4256959e204cf.tar.bz2
hurrycurry-ef4c2adba0a49401ba56504d9bb4256959e204cf.tar.zst
Set maximum length of username to 32 in client (Fix #231)
Diffstat (limited to 'client/menu/setup.tscn')
-rw-r--r--client/menu/setup.tscn2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/setup.tscn b/client/menu/setup.tscn
index 0ad994a5..df9642ad 100644
--- a/client/menu/setup.tscn
+++ b/client/menu/setup.tscn
@@ -192,7 +192,7 @@ tooltip_text = "c.setup.name.desc"
[node name="LineEdit" type="LineEdit" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/NameEntry"]
custom_minimum_size = Vector2(300, 30)
layout_mode = 2
-max_length = 64
+max_length = 32
[node name="Control" type="Control" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/NameEntry"]
layout_mode = 2