diff options
author | tpart <tpart120@proton.me> | 2024-12-23 19:47:20 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-12-23 19:47:20 +0100 |
commit | ef4c2adba0a49401ba56504d9bb4256959e204cf (patch) | |
tree | a6795bc206954622f97cd5c239c5953e3efc4ffb /client/menu/character.tscn | |
parent | 981a4bfbafc4213f65457a58c75f8a3eaf24d534 (diff) | |
download | hurrycurry-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/character.tscn')
-rw-r--r-- | client/menu/character.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/character.tscn b/client/menu/character.tscn index bc4e1663..673f4489 100644 --- a/client/menu/character.tscn +++ b/client/menu/character.tscn @@ -87,7 +87,7 @@ horizontal_alignment = 1 [node name="username" type="LineEdit" parent="VBoxContainer/top_panel/a"] layout_mode = 2 -max_length = 16 +max_length = 32 [node name="Spacer" type="MarginContainer" parent="VBoxContainer"] layout_mode = 2 |