From 425819641d86d0499a56f1e37a6ab3eaacb614e5 Mon Sep 17 00:00:00 2001 From: 2ManyProjects Date: Sun, 2 Mar 2025 22:07:43 -0600 Subject: [PATCH] fixed indicator pos --- board.tscn | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/board.tscn b/board.tscn index 918c431..f17fcba 100644 --- a/board.tscn +++ b/board.tscn @@ -54,10 +54,10 @@ layout_mode = 1 anchors_preset = 1 anchor_left = 1.0 anchor_right = 1.0 -offset_left = 51.0 -offset_top = 48.0 -offset_right = 101.0 -offset_bottom = 87.0 +offset_left = -64.0 +offset_top = 56.0 +offset_right = -14.0 +offset_bottom = 95.0 grow_horizontal = 0 [node name="Player2Points" type="RichTextLabel" parent="."] @@ -65,23 +65,22 @@ layout_mode = 1 anchors_preset = 1 anchor_left = 1.0 anchor_right = 1.0 -offset_left = 54.0 -offset_top = 96.0 -offset_right = 102.0 -offset_bottom = 136.0 +offset_left = -61.0 +offset_top = 104.0 +offset_right = -13.0 +offset_bottom = 144.0 grow_horizontal = 0 [node name="TurnIndicator" type="ColorRect" parent="."] -visible = false custom_minimum_size = Vector2(50, 50) layout_mode = 1 anchors_preset = 1 anchor_left = 1.0 anchor_right = 1.0 -offset_left = 52.0 -offset_top = -2.0 -offset_right = 102.0 -offset_bottom = 48.0 +offset_left = -63.0 +offset_top = 6.0 +offset_right = -13.0 +offset_bottom = 56.0 grow_horizontal = 0 [node name="StateLabel" type="RichTextLabel" parent="."] @@ -89,8 +88,10 @@ layout_mode = 1 anchors_preset = 1 anchor_left = 1.0 anchor_right = 1.0 -offset_left = -129.0 -offset_bottom = 39.0 +offset_left = -244.0 +offset_top = 8.0 +offset_right = -115.0 +offset_bottom = 47.0 grow_horizontal = 0 [node name="Hand" type="HBoxContainer" parent="."]