diff options
author | nokoe <nokoe@mailbox.org> | 2024-09-30 17:16:57 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-09-30 17:17:43 +0200 |
commit | cec458036f8b36c7b443d3cc1185a14817b35bbe (patch) | |
tree | 52c9d4d9327c96ede191b7f2124f684c48398d67 | |
parent | 24f27872593517f8c0e8f1f102150035fa770c2b (diff) | |
download | hurrycurry-cec458036f8b36c7b443d3cc1185a14817b35bbe.tar hurrycurry-cec458036f8b36c7b443d3cc1185a14817b35bbe.tar.bz2 hurrycurry-cec458036f8b36c7b443d3cc1185a14817b35bbe.tar.zst |
fix overlay alignment
-rw-r--r-- | client/menu/overlay.tscn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/menu/overlay.tscn b/client/menu/overlay.tscn index 44a030e9..b298f54b 100644 --- a/client/menu/overlay.tscn +++ b/client/menu/overlay.tscn @@ -9,6 +9,7 @@ bg_color = Color(0, 0, 0, 0) [node name="Overlay" type="PanelContainer"] +layout_direction = 2 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -55,6 +56,7 @@ theme_override_constants/margin_left = 10 theme_override_constants/margin_bottom = 10 [node name="Lines" type="VBoxContainer" parent="Score/Paper/Margin"] +layout_direction = 1 layout_mode = 2 size_flags_horizontal = 0 size_flags_vertical = 8 @@ -153,7 +155,6 @@ rotation = 0.0610865 texture = ExtResource("3_oum5g") [node name="Line" type="HBoxContainer" parent="Time/Paper"] -layout_direction = 2 layout_mode = 0 [node name="Seconds" type="Label" parent="Time/Paper/Line"] |