diff options
author | nokoe <nokoe@mailbox.org> | 2024-09-30 17:07:59 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-09-30 17:09:14 +0200 |
commit | 24f27872593517f8c0e8f1f102150035fa770c2b (patch) | |
tree | d7e72640989509ba6e16961caeeafc31f39ddd63 /client/menu | |
parent | 90d4fb3e0b8375e53ff41725008b629511430288 (diff) | |
download | hurrycurry-24f27872593517f8c0e8f1f102150035fa770c2b.tar hurrycurry-24f27872593517f8c0e8f1f102150035fa770c2b.tar.bz2 hurrycurry-24f27872593517f8c0e8f1f102150035fa770c2b.tar.zst |
fix map selector direction in right-to-left languages
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/lobby.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/lobby.tscn b/client/menu/lobby.tscn index fb749405..909a14cb 100644 --- a/client/menu/lobby.tscn +++ b/client/menu/lobby.tscn @@ -52,6 +52,7 @@ layout_mode = 2 theme_override_constants/separation = 24 [node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer/Bottom/MarginContainer/VBoxContainer"] +layout_direction = 2 layout_mode = 2 alignment = 1 |