diff options
Diffstat (limited to 'client/menu/overlay.tscn')
-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"] |