fixed indicator pos
This commit is contained in:
parent
62344f91ee
commit
425819641d
1 changed files with 16 additions and 15 deletions
31
board.tscn
31
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="."]
|
||||
|
|
|
|||
Loading…
Reference in a new issue