Refactor network and player goals UI panels
Moved network info UI elements into a dedicated NetworkPanel and updated code references accordingly. Refactored AllPlayerGoals to use individual Panel nodes for each player, improving visibility management and goal UI updates. Enhanced goal synchronization logic to handle dynamic player panels and added safety checks for UI node access.
This commit is contained in:
+3586
-217
@@ -62,13 +62,33 @@ current = true
|
||||
fov = 35.5
|
||||
size = 23.0
|
||||
|
||||
[node name="Panel" type="Panel" parent="."]
|
||||
offset_left = 40.0
|
||||
offset_top = 40.0
|
||||
offset_right = 176.0
|
||||
offset_bottom = 93.0
|
||||
[node name="NetworkPanel" type="Panel" parent="."]
|
||||
anchors_preset = 4
|
||||
anchor_top = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = 47.0
|
||||
offset_top = -137.0
|
||||
offset_right = 183.0
|
||||
offset_bottom = -84.0
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = ExtResource("5_dvx6y")
|
||||
|
||||
[node name="NetworkInfo" type="VBoxContainer" parent="NetworkPanel"]
|
||||
offset_left = 8.0
|
||||
offset_right = 124.0
|
||||
offset_bottom = 50.0
|
||||
|
||||
[node name="NetworkSideDisplay" type="Label" parent="NetworkPanel/NetworkInfo"]
|
||||
layout_mode = 2
|
||||
text = "Network Side"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="UniquePeerID" type="Label" parent="NetworkPanel/NetworkInfo"]
|
||||
layout_mode = 2
|
||||
text = "Unique Peer ID"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="PlayerboardUI" type="GridContainer" parent="."]
|
||||
visible = false
|
||||
clip_contents = true
|
||||
@@ -970,23 +990,6 @@ text = "Randomize"
|
||||
layout_mode = 2
|
||||
text = "Arrange"
|
||||
|
||||
[node name="NetworkInfo" type="VBoxContainer" parent="."]
|
||||
offset_left = 48.0
|
||||
offset_top = 40.0
|
||||
offset_right = 164.0
|
||||
offset_bottom = 90.0
|
||||
|
||||
[node name="NetworkSideDisplay" type="Label" parent="NetworkInfo"]
|
||||
layout_mode = 2
|
||||
text = "Network Side"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="UniquePeerID" type="Label" parent="NetworkInfo"]
|
||||
layout_mode = 2
|
||||
text = "Unique Peer ID"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Menu" type="VBoxContainer" parent="."]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
@@ -1054,6 +1057,7 @@ environment = ExtResource("4_ky38j")
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="MarginContainer" type="Control" parent="."]
|
||||
visible = false
|
||||
clip_contents = true
|
||||
layout_direction = 2
|
||||
layout_mode = 3
|
||||
@@ -1066,16 +1070,6 @@ offset_right = 275.0
|
||||
offset_bottom = 129.0
|
||||
grow_horizontal = 2
|
||||
|
||||
[node name="Panel3" type="Panel" parent="MarginContainer"]
|
||||
custom_minimum_size = Vector2(105, 105)
|
||||
layout_mode = 2
|
||||
offset_left = -2.0
|
||||
offset_right = 103.0
|
||||
offset_bottom = 105.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
|
||||
|
||||
[node name="Panel4" type="Panel" parent="MarginContainer"]
|
||||
custom_minimum_size = Vector2(105, 105)
|
||||
layout_mode = 2
|
||||
@@ -1112,18 +1106,37 @@ offset_top = 34.0
|
||||
offset_right = 253.0
|
||||
offset_bottom = 114.0
|
||||
grow_horizontal = 2
|
||||
theme_override_constants/separation = 58
|
||||
|
||||
[node name="Playergoals_1" type="GridContainer" parent="AllPlayerGoals"]
|
||||
[node name="Panel1" type="Panel" parent="AllPlayerGoals"]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(105, 105)
|
||||
layout_mode = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel1"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -44.0
|
||||
offset_top = -43.5
|
||||
offset_right = 36.0
|
||||
offset_bottom = 36.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel1/MarginContainer"]
|
||||
clip_contents = true
|
||||
layout_mode = 2
|
||||
columns = 3
|
||||
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Playergoals_1"]
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot1"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1132,7 +1145,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot1"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1142,7 +1155,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot1"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1152,7 +1165,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot1"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1162,11 +1175,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Playergoals_1"]
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot2"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1175,7 +1188,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot2"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1185,7 +1198,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot2"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1195,7 +1208,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot2"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1205,11 +1218,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Playergoals_1"]
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot3"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1218,7 +1231,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot3"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1228,7 +1241,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot3"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1238,7 +1251,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot3"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1248,11 +1261,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Playergoals_1"]
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot4"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1261,7 +1274,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot4"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1271,7 +1284,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot4"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1281,7 +1294,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot4"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1291,11 +1304,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Playergoals_1"]
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot5"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1304,7 +1317,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot5"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1314,7 +1327,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot5"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1324,7 +1337,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot5"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1334,11 +1347,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Playergoals_1"]
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot6"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1347,7 +1360,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot6"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1357,7 +1370,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot6"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1367,7 +1380,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot6"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1377,11 +1390,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Playergoals_1"]
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot7"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1390,7 +1403,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot7"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1400,7 +1413,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot7"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1410,7 +1423,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot7"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1420,11 +1433,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Playergoals_1"]
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot8"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1433,7 +1446,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot8"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1443,7 +1456,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot8"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1453,7 +1466,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot8"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1463,11 +1476,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Playergoals_1"]
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot9"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1476,7 +1489,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot9"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1486,7 +1499,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot9"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1496,7 +1509,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/Slot9"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1506,16 +1519,36 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Playergoals_2" type="GridContainer" parent="AllPlayerGoals"]
|
||||
[node name="Panel2" type="Panel" parent="AllPlayerGoals"]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(105, 105)
|
||||
layout_mode = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel2"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -44.0
|
||||
offset_top = -43.5
|
||||
offset_right = 36.0
|
||||
offset_bottom = 36.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel2/MarginContainer"]
|
||||
clip_contents = true
|
||||
layout_mode = 2
|
||||
columns = 3
|
||||
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Playergoals_2"]
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot1"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1524,7 +1557,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot1"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1534,7 +1567,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot1"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1544,7 +1577,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot1"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1554,11 +1587,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Playergoals_2"]
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot2"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1567,7 +1600,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot2"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1577,7 +1610,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot2"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1587,7 +1620,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot2"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1597,11 +1630,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Playergoals_2"]
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot3"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1610,7 +1643,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot3"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1620,7 +1653,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot3"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1630,7 +1663,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot3"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1640,11 +1673,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Playergoals_2"]
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot4"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1653,7 +1686,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot4"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1663,7 +1696,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot4"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1673,7 +1706,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot4"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1683,11 +1716,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Playergoals_2"]
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot5"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1696,7 +1729,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot5"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1706,7 +1739,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot5"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1716,7 +1749,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot5"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1726,11 +1759,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Playergoals_2"]
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot6"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1739,7 +1772,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot6"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1749,7 +1782,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot6"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1759,7 +1792,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot6"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1769,11 +1802,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Playergoals_2"]
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot7"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1782,7 +1815,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot7"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1792,7 +1825,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot7"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1802,7 +1835,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot7"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1812,11 +1845,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Playergoals_2"]
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot8"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1825,7 +1858,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot8"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1835,7 +1868,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot8"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1845,7 +1878,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot8"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1855,11 +1888,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Playergoals_2"]
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot9"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1868,7 +1901,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot9"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1878,7 +1911,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot9"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1888,7 +1921,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/Slot9"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1898,16 +1931,36 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Playergoals_3" type="GridContainer" parent="AllPlayerGoals"]
|
||||
[node name="Panel3" type="Panel" parent="AllPlayerGoals"]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(105, 105)
|
||||
layout_mode = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel3"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -44.0
|
||||
offset_top = -43.5
|
||||
offset_right = 36.0
|
||||
offset_bottom = 36.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel3/MarginContainer"]
|
||||
clip_contents = true
|
||||
layout_mode = 2
|
||||
columns = 3
|
||||
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Playergoals_3"]
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot1"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1916,7 +1969,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot1"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1926,7 +1979,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot1"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1936,7 +1989,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot1"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1946,11 +1999,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Playergoals_3"]
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot2"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -1959,7 +2012,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot2"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1969,7 +2022,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot2"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1979,7 +2032,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot2"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -1989,11 +2042,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Playergoals_3"]
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot3"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2002,7 +2055,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot3"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2012,7 +2065,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot3"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2022,7 +2075,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot3"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2032,11 +2085,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Playergoals_3"]
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot4"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2045,7 +2098,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot4"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2055,7 +2108,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot4"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2065,7 +2118,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot4"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2075,11 +2128,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Playergoals_3"]
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot5"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2088,7 +2141,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot5"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2098,7 +2151,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot5"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2108,7 +2161,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot5"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2118,11 +2171,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Playergoals_3"]
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot6"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2131,7 +2184,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot6"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2141,7 +2194,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot6"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2151,7 +2204,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot6"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2161,11 +2214,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Playergoals_3"]
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot7"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2174,7 +2227,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot7"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2184,7 +2237,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot7"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2194,7 +2247,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot7"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2204,11 +2257,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Playergoals_3"]
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot8"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2217,7 +2270,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot8"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2227,7 +2280,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot8"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2237,7 +2290,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot8"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2247,11 +2300,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Playergoals_3"]
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot9"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2260,7 +2313,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot9"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2270,7 +2323,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot9"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2280,7 +2333,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/Slot9"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2290,16 +2343,36 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Playergoals_4" type="GridContainer" parent="AllPlayerGoals"]
|
||||
[node name="Panel4" type="Panel" parent="AllPlayerGoals"]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(105, 105)
|
||||
layout_mode = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel4"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -44.0
|
||||
offset_top = -43.5
|
||||
offset_right = 36.0
|
||||
offset_bottom = 36.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel4/MarginContainer"]
|
||||
clip_contents = true
|
||||
layout_mode = 2
|
||||
columns = 3
|
||||
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Playergoals_4"]
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot1"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2308,7 +2381,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot1"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2318,7 +2391,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot1"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2328,7 +2401,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot1"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2338,11 +2411,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Playergoals_4"]
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot2"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2351,7 +2424,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot2"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2361,7 +2434,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot2"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2371,7 +2444,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot2"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2381,11 +2454,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Playergoals_4"]
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot3"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2394,7 +2467,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot3"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2404,7 +2477,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot3"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2414,7 +2487,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot3"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2424,11 +2497,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Playergoals_4"]
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot4"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2437,7 +2510,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot4"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2447,7 +2520,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot4"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2457,7 +2530,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot4"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2467,11 +2540,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Playergoals_4"]
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot5"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2480,7 +2553,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot5"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2490,7 +2563,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot5"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2500,7 +2573,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot5"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2510,11 +2583,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Playergoals_4"]
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot6"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2523,7 +2596,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot6"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2533,7 +2606,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot6"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2543,7 +2616,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot6"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2553,11 +2626,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Playergoals_4"]
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot7"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2566,7 +2639,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot7"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2576,7 +2649,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot7"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2586,7 +2659,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot7"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2596,11 +2669,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Playergoals_4"]
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot8"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2609,7 +2682,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot8"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2619,7 +2692,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot8"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2629,7 +2702,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot8"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2639,11 +2712,11 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Playergoals_4"]
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot9"]
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
@@ -2652,7 +2725,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot9"]
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2662,7 +2735,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot9"]
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -2672,7 +2745,3303 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/Slot9"]
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Panel5" type="Panel" parent="AllPlayerGoals"]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(105, 105)
|
||||
layout_mode = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel5"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -44.0
|
||||
offset_top = -43.5
|
||||
offset_right = 36.0
|
||||
offset_bottom = 36.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel5/MarginContainer"]
|
||||
clip_contents = true
|
||||
layout_mode = 2
|
||||
columns = 3
|
||||
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Panel6" type="Panel" parent="AllPlayerGoals"]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(105, 105)
|
||||
layout_mode = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel6"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -44.0
|
||||
offset_top = -43.5
|
||||
offset_right = 36.0
|
||||
offset_bottom = 36.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel6/MarginContainer"]
|
||||
clip_contents = true
|
||||
layout_mode = 2
|
||||
columns = 3
|
||||
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Panel7" type="Panel" parent="AllPlayerGoals"]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(105, 105)
|
||||
layout_mode = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel7"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -44.0
|
||||
offset_top = -43.5
|
||||
offset_right = 36.0
|
||||
offset_bottom = 36.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel7/MarginContainer"]
|
||||
clip_contents = true
|
||||
layout_mode = 2
|
||||
columns = 3
|
||||
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Panel8" type="Panel" parent="AllPlayerGoals"]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(105, 105)
|
||||
layout_mode = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel8"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -44.0
|
||||
offset_top = -43.5
|
||||
offset_right = 36.0
|
||||
offset_bottom = 36.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel8/MarginContainer"]
|
||||
clip_contents = true
|
||||
layout_mode = 2
|
||||
columns = 3
|
||||
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Panel9" type="Panel" parent="AllPlayerGoals"]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(105, 105)
|
||||
layout_mode = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel9"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -44.0
|
||||
offset_top = -43.5
|
||||
offset_right = 36.0
|
||||
offset_bottom = 36.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel9/MarginContainer"]
|
||||
clip_contents = true
|
||||
layout_mode = 2
|
||||
columns = 3
|
||||
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Panel10" type="Panel" parent="AllPlayerGoals"]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(105, 105)
|
||||
layout_mode = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel10"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -44.0
|
||||
offset_top = -43.5
|
||||
offset_right = 36.0
|
||||
offset_bottom = 36.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel10/MarginContainer"]
|
||||
clip_contents = true
|
||||
layout_mode = 2
|
||||
columns = 3
|
||||
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Panel11" type="Panel" parent="AllPlayerGoals"]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(105, 105)
|
||||
layout_mode = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel11"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -44.0
|
||||
offset_top = -43.5
|
||||
offset_right = 36.0
|
||||
offset_bottom = 36.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel11/MarginContainer"]
|
||||
clip_contents = true
|
||||
layout_mode = 2
|
||||
columns = 3
|
||||
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Panel12" type="Panel" parent="AllPlayerGoals"]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(105, 105)
|
||||
layout_mode = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel12"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -44.0
|
||||
offset_top = -43.5
|
||||
offset_right = 36.0
|
||||
offset_bottom = 36.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel12/MarginContainer"]
|
||||
clip_contents = true
|
||||
layout_mode = 2
|
||||
columns = 3
|
||||
|
||||
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot1"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot2"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot3"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot4"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot5"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot6"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot7"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot8"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("10_my1qp")
|
||||
|
||||
[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("17_hh6ui")
|
||||
|
||||
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_xwcc1")
|
||||
|
||||
[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("8_quhbu")
|
||||
|
||||
[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_i0gbs")
|
||||
|
||||
[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot9"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
|
||||
Reference in New Issue
Block a user