Files
tekton/scenes/main.tscn
T
adtpdn 65be1fcc63 Improve gridmap item placement and UI logic
Enhanced the auto_put_item logic to better identify and place non-goal or excess tiles from the playerboard onto the grid. Updated gridmap and dock scripts for improved cell option handling and UI consistency. Adjusted mesh library item order and main scene cell data for better alignment. Expanded spawn and finish locations for player logic.
2025-10-28 14:05:50 +08:00

5965 lines
166 KiB
Plaintext

[gd_scene load_steps=26 format=3 uid="uid://dxn87yj8qnfpp"]
[ext_resource type="MeshLibrary" uid="uid://kcv6ans86ug7" path="res://addons/enhanced_gridmap/meshlibrary/default.tres" id="1_110wo"]
[ext_resource type="Script" uid="uid://co1ads72by6na" path="res://scenes/main.gd" id="1_xcpe3"]
[ext_resource type="Script" uid="uid://bja8ixryvthu0" path="res://addons/enhanced_gridmap/enhanced_gridmap.gd" id="2_hbe1v"]
[ext_resource type="Environment" uid="uid://jbptgqvstei3" path="res://assets/main-environment.tres" id="4_ky38j"]
[ext_resource type="StyleBox" uid="uid://dlw1ogamn741n" path="res://assets/styles/box_flat.tres" id="5_dvx6y"]
[ext_resource type="Texture2D" uid="uid://2yrc6rl4dmd8" path="res://assets/textures/player_board_and_blue_print/tile_null.tres" id="6_2vy7d"]
[ext_resource type="Texture2D" uid="uid://cwxgdi7b4ps40" path="res://assets/textures/Hilight.png" id="7_2nq2l"]
[ext_resource type="Texture2D" uid="uid://c2bj21abtgda1" path="res://assets/models/pboard/HighlightRect.tres" id="7_vv0nt"]
[ext_resource type="Texture2D" uid="uid://tk5b8mcurdxc" path="res://assets/textures/player_board_and_blue_print/tile_heart_goals.tres" id="7_xwcc1"]
[ext_resource type="Texture2D" uid="uid://0wjk16jlgfq" path="res://assets/models/pboard/SelectRect.tres" id="8_8meci"]
[ext_resource type="Texture2D" uid="uid://dojnv8o6we4ey" path="res://assets/textures/Selected.png" id="8_b18m4"]
[ext_resource type="Texture2D" uid="uid://nukt8rcqu00r" path="res://assets/textures/player_board_and_blue_print/tile_diamond_goals.tres" id="8_quhbu"]
[ext_resource type="Texture2D" uid="uid://68x88jj25yxg" path="res://assets/textures/Adjacent.png" id="9_6gcb6"]
[ext_resource type="Texture2D" uid="uid://dasaeaytvhll0" path="res://assets/models/pboard/AdjacentRect.tres" id="9_aspsw"]
[ext_resource type="Texture2D" uid="uid://c74sy60aew8xv" path="res://assets/textures/player_board_and_blue_print/tile_star_goals.tres" id="9_i0gbs"]
[ext_resource type="Texture2D" uid="uid://dn26fllyitnr1" path="res://assets/textures/player_board_and_blue_print/tile_coin_goals.tres" id="10_my1qp"]
[ext_resource type="Texture2D" uid="uid://xknm2v6lgxwi" path="res://assets/textures/mission_player_2.png" id="13_ahjgs"]
[ext_resource type="Texture2D" uid="uid://cv2v4i6ipkpv1" path="res://assets/textures/player_board_and_blue_print/tile_null_24px.tres" id="17_hh6ui"]
[ext_resource type="Texture2D" uid="uid://butrfmdp6wsck" path="res://assets/textures/player_board_and_blue_print/tiles_null_24px.png" id="18_p3nmx"]
[ext_resource type="StyleBox" uid="uid://d3ruc8gytoovx" path="res://assets/styles/ribbon_selected_gui.tres" id="18_u5x6e"]
[ext_resource type="StyleBox" uid="uid://cdhnwvcklbyl8" path="res://assets/styles/ribbon_hovered_gui.tres" id="19_w1rqq"]
[ext_resource type="StyleBox" uid="uid://3yog1weaqhxb" path="res://assets/styles/ribbon_unselected_gui.tres" id="20_q6bc1"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1cewu"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_5oeq4"]
texture = ExtResource("13_ahjgs")
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_s1l63"]
[node name="Main" type="Node3D"]
script = ExtResource("1_xcpe3")
enable_bots = false
turn_based_mode = false
[node name="EnhancedGridMap" type="GridMap" parent="."]
mesh_library = ExtResource("1_110wo")
cell_size = Vector3(1, 0.2, 1)
data = {
"cells": PackedInt32Array(0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 3, 0, 0, 4, 0, 0, 5, 0, 0, 6, 0, 0, 7, 0, 0, 8, 0, 0, 9, 0, 0, 10, 0, 0, 11, 0, 0, 12, 0, 0, 13, 0, 1, 0, 0, 1, 1, 0, 1, 2, 0, 1, 3, 0, 1, 4, 0, 1, 5, 0, 1, 6, 0, 1, 7, 0, 1, 8, 0, 1, 9, 0, 1, 10, 0, 1, 11, 0, 1, 12, 0, 1, 13, 0, 2, 0, 0, 2, 1, 0, 2, 2, 0, 2, 3, 0, 2, 4, 0, 2, 5, 0, 2, 6, 0, 2, 7, 0, 2, 8, 0, 2, 9, 0, 2, 10, 0, 2, 11, 0, 2, 12, 0, 2, 13, 0, 3, 0, 0, 3, 1, 0, 3, 2, 0, 3, 3, 0, 3, 4, 0, 3, 5, 0, 3, 6, 0, 3, 7, 0, 3, 8, 0, 3, 9, 0, 3, 10, 0, 3, 11, 0, 3, 12, 0, 3, 13, 0, 4, 0, 0, 4, 1, 0, 4, 2, 0, 4, 3, 0, 4, 4, 0, 4, 5, 0, 4, 6, 0, 4, 7, 0, 4, 8, 0, 4, 9, 0, 4, 10, 0, 4, 11, 0, 4, 12, 0, 4, 13, 0, 5, 0, 0, 5, 1, 0, 5, 2, 0, 5, 3, 0, 5, 4, 0, 5, 5, 0, 5, 6, 0, 5, 7, 0, 5, 8, 0, 5, 9, 0, 5, 10, 0, 5, 11, 0, 5, 12, 0, 5, 13, 0, 6, 0, 0, 6, 1, 0, 6, 2, 0, 6, 3, 0, 6, 4, 0, 6, 5, 0, 6, 6, 0, 6, 7, 0, 6, 8, 0, 6, 9, 0, 6, 10, 0, 6, 11, 0, 6, 12, 0, 6, 13, 0, 7, 0, 0, 7, 1, 0, 7, 2, 0, 7, 3, 0, 7, 4, 0, 7, 5, 0, 7, 6, 0, 7, 7, 0, 7, 8, 0, 7, 9, 0, 7, 10, 0, 7, 11, 0, 7, 12, 0, 7, 13, 0, 8, 0, 0, 8, 1, 0, 8, 2, 0, 8, 3, 0, 8, 4, 0, 8, 5, 0, 8, 6, 0, 8, 7, 0, 8, 8, 0, 8, 9, 0, 8, 10, 0, 8, 11, 0, 8, 12, 0, 8, 13, 0, 9, 0, 0, 9, 1, 0, 9, 2, 0, 9, 3, 0, 9, 4, 0, 9, 5, 0, 9, 6, 0, 9, 7, 0, 9, 8, 0, 9, 9, 0, 9, 10, 0, 9, 11, 0, 9, 12, 0, 9, 13, 0, 10, 0, 0, 10, 1, 0, 10, 2, 0, 10, 3, 0, 10, 4, 0, 10, 5, 0, 10, 6, 0, 10, 7, 0, 10, 8, 0, 10, 9, 0, 10, 10, 0, 10, 11, 0, 10, 12, 0, 10, 13, 0, 11, 0, 0, 11, 1, 0, 11, 2, 0, 11, 3, 0, 11, 4, 0, 11, 5, 0, 11, 6, 0, 11, 7, 0, 11, 8, 0, 11, 9, 0, 11, 10, 0, 11, 11, 0, 11, 12, 0, 11, 13, 0, 12, 0, 0, 12, 1, 0, 12, 2, 0, 12, 3, 0, 12, 4, 0, 12, 5, 0, 12, 6, 0, 12, 7, 0, 12, 8, 0, 12, 9, 0, 12, 10, 0, 12, 11, 0, 12, 12, 0, 12, 13, 0, 13, 0, 0, 13, 1, 0, 13, 2, 0, 13, 3, 0, 13, 4, 0, 13, 5, 0, 13, 6, 0, 13, 7, 0, 13, 8, 0, 13, 9, 0, 13, 10, 0, 13, 11, 0, 13, 12, 0, 13, 13, 0, 65537, 0, 7, 65537, 1, 7, 65537, 2, 9, 65537, 3, 7, 65537, 4, 9, 65537, 5, 8, 65537, 6, 7, 65537, 7, 8, 65537, 8, 10, 65537, 9, 8, 65537, 10, 7, 65537, 11, 7, 65537, 12, 10, 65537, 13, 10, 65538, 0, 10, 65538, 1, 7, 65538, 2, 9, 65538, 3, 7, 65538, 4, 8, 65538, 5, 10, 65538, 6, 8, 65538, 7, 8, 65538, 8, 8, 65538, 9, 10, 65538, 10, 8, 65538, 11, 10, 65538, 12, 7, 65538, 13, 7, 65539, 0, 7, 65539, 1, 9, 65539, 2, 7, 65539, 3, 9, 65539, 4, 8, 65539, 5, 10, 65539, 6, 10, 65539, 7, 8, 65539, 8, 7, 65539, 9, 10, 65539, 10, 9, 65539, 11, 8, 65539, 12, 8, 65539, 13, 7, 65540, 0, 9, 65540, 1, 8, 65540, 2, 7, 65540, 3, 7, 65540, 4, 9, 65540, 5, 7, 65540, 6, 10, 65540, 7, 10, 65540, 8, 10, 65540, 9, 9, 65540, 10, 8, 65540, 11, 7, 65540, 12, 7, 65540, 13, 9, 65541, 0, 9, 65541, 1, 9, 65541, 2, 10, 65541, 3, 8, 65541, 4, 7, 65541, 5, 9, 65541, 6, 10, 65541, 7, 9, 65541, 8, 8, 65541, 9, 9, 65541, 10, 10, 65541, 11, 9, 65541, 12, 9, 65541, 13, 9, 65542, 0, 10, 65542, 1, 7, 65542, 2, 8, 65542, 3, 8, 65542, 4, 10, 65542, 5, 9, 65542, 6, 8, 65542, 7, 7, 65542, 8, 9, 65542, 9, 8, 65542, 10, 8, 65542, 11, 10, 65542, 12, 10, 65542, 13, 8, 65543, 0, 9, 65543, 1, 9, 65543, 2, 9, 65543, 3, 8, 65543, 4, 10, 65543, 5, 9, 65543, 6, 7, 65543, 7, 7, 65543, 8, 8, 65543, 9, 8, 65543, 10, 7, 65543, 11, 7, 65543, 12, 9, 65543, 13, 10, 65544, 0, 8, 65544, 1, 7, 65544, 2, 8, 65544, 3, 8, 65544, 4, 9, 65544, 5, 9, 65544, 6, 8, 65544, 7, 7, 65544, 8, 8, 65544, 9, 7, 65544, 10, 8, 65544, 11, 10, 65544, 12, 9, 65544, 13, 7, 65545, 0, 8, 65545, 1, 7, 65545, 2, 9, 65545, 3, 9, 65545, 4, 7, 65545, 5, 7, 65545, 6, 10, 65545, 7, 7, 65545, 8, 10, 65545, 9, 10, 65545, 10, 10, 65545, 11, 7, 65545, 12, 10, 65545, 13, 8, 65546, 0, 7, 65546, 1, 7, 65546, 2, 9, 65546, 3, 8, 65546, 4, 7, 65546, 5, 9, 65546, 6, 8, 65546, 7, 7, 65546, 8, 10, 65546, 9, 8, 65546, 10, 9, 65546, 11, 9, 65546, 12, 9, 65546, 13, 8, 65547, 0, 9, 65547, 1, 7, 65547, 2, 10, 65547, 3, 10, 65547, 4, 9, 65547, 5, 10, 65547, 6, 10, 65547, 7, 8, 65547, 8, 10, 65547, 9, 9, 65547, 10, 8, 65547, 11, 8, 65547, 12, 7, 65547, 13, 8, 65548, 0, 7, 65548, 1, 9, 65548, 2, 10, 65548, 3, 9, 65548, 4, 8, 65548, 5, 10, 65548, 6, 10, 65548, 7, 7, 65548, 8, 7, 65548, 9, 9, 65548, 10, 9, 65548, 11, 9, 65548, 12, 10, 65548, 13, 8)
}
script = ExtResource("2_hbe1v")
columns = 14
rows = 14
floors = 2
obstacle_items = Array[int]([12])
metadata/_editor_floor_ = Vector3(0, 1, 0)
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.422618, 0.906308, 0, -0.906308, 0.422618, 7, 22.925, 18.4489)
environment = ExtResource("4_ky38j")
current = true
fov = 35.5
[node name="Camera3D200" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 7, 15, 7)
environment = ExtResource("4_ky38j")
projection = 1
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
theme_override_styles/panel = ExtResource("5_dvx6y")
[node name="PlayerboardUI" type="GridContainer" parent="."]
visible = false
clip_contents = true
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_left = 40.0
offset_top = -232.0
offset_right = 236.0
offset_bottom = -36.0
grow_vertical = 0
size_flags_horizontal = 3
columns = 5
[node name="Slot1" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/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("7_vv0nt")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/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_8meci")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/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_aspsw")
[node name="Slot2" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/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("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/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_6gcb6")
[node name="Slot3" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/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("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/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_6gcb6")
[node name="Slot4" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/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("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/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_6gcb6")
[node name="Slot5" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/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("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/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_6gcb6")
[node name="Slot6" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/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("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/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_6gcb6")
[node name="Slot7" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/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("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/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_6gcb6")
[node name="Slot8" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/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("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/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_6gcb6")
[node name="Slot9" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/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("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/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_6gcb6")
[node name="Slot10" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot10"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot10"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot10"]
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_6gcb6")
[node name="Slot11" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot11"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot11"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot11"]
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_6gcb6")
[node name="Slot12" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot12"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot12"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot12"]
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_6gcb6")
[node name="Slot13" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot13"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot13"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot13"]
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_6gcb6")
[node name="Slot14" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot14"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot14"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot14"]
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_6gcb6")
[node name="Slot15" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot15"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot15"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot15"]
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_6gcb6")
[node name="Slot16" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot16"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot16"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot16"]
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_6gcb6")
[node name="Slot17" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot17"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot17"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot17"]
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_6gcb6")
[node name="Slot18" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot18"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot18"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot18"]
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_6gcb6")
[node name="Slot19" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot19"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot19"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot19"]
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_6gcb6")
[node name="Slot20" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot20"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot20"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot20"]
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_6gcb6")
[node name="Slot21" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot21"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot21"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot21"]
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_6gcb6")
[node name="Slot22" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot22"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot22"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot22"]
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_6gcb6")
[node name="Slot23" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot23"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot23"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot23"]
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_6gcb6")
[node name="Slot24" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot24"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot24"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot24"]
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_6gcb6")
[node name="Slot25" type="TextureRect" parent="PlayerboardUI"]
layout_mode = 2
texture = ExtResource("6_2vy7d")
[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot25"]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_2nq2l")
[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot25"]
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_b18m4")
[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot25"]
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_6gcb6")
[node name="ActionMenu" type="Control" parent="."]
layout_mode = 3
anchors_preset = 3
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -160.0
offset_top = -384.0
grow_horizontal = 0
grow_vertical = 0
[node name="ActionButtonContainer" type="VBoxContainer" parent="ActionMenu"]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="MoveButton" type="Button" parent="ActionMenu/ActionButtonContainer"]
layout_mode = 2
text = "Move"
[node name="GrabButton" type="Button" parent="ActionMenu/ActionButtonContainer"]
layout_mode = 2
text = "Grab"
[node name="PutButton" type="Button" parent="ActionMenu/ActionButtonContainer"]
layout_mode = 2
text = "Put"
[node name="RandomizeButton" type="Button" parent="ActionMenu/ActionButtonContainer"]
layout_mode = 2
text = "Randomize"
[node name="ArrangeButton" type="Button" parent="ActionMenu/ActionButtonContainer"]
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
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -85.0
offset_top = -33.0
offset_right = 85.0
offset_bottom = 33.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/separation = 20
[node name="Host" type="Button" parent="Menu"]
layout_mode = 2
theme_override_styles/focus = ExtResource("5_dvx6y")
theme_override_styles/disabled_mirrored = ExtResource("5_dvx6y")
theme_override_styles/disabled = ExtResource("5_dvx6y")
theme_override_styles/hover_pressed_mirrored = ExtResource("5_dvx6y")
theme_override_styles/hover_pressed = ExtResource("5_dvx6y")
theme_override_styles/hover_mirrored = ExtResource("5_dvx6y")
theme_override_styles/hover = ExtResource("5_dvx6y")
theme_override_styles/pressed_mirrored = ExtResource("5_dvx6y")
theme_override_styles/pressed = ExtResource("5_dvx6y")
theme_override_styles/normal_mirrored = ExtResource("5_dvx6y")
theme_override_styles/normal = ExtResource("5_dvx6y")
text = "Host"
[node name="Join" type="Button" parent="Menu"]
layout_mode = 2
theme_override_styles/focus = ExtResource("5_dvx6y")
theme_override_styles/disabled_mirrored = ExtResource("5_dvx6y")
theme_override_styles/disabled = ExtResource("5_dvx6y")
theme_override_styles/hover_pressed_mirrored = ExtResource("5_dvx6y")
theme_override_styles/hover_pressed = ExtResource("5_dvx6y")
theme_override_styles/hover_mirrored = ExtResource("5_dvx6y")
theme_override_styles/hover = ExtResource("5_dvx6y")
theme_override_styles/pressed_mirrored = ExtResource("5_dvx6y")
theme_override_styles/pressed = ExtResource("5_dvx6y")
theme_override_styles/normal_mirrored = ExtResource("5_dvx6y")
theme_override_styles/normal = ExtResource("5_dvx6y")
text = "Join"
[node name="MessageInput" type="LineEdit" parent="."]
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -208.0
offset_top = -72.0
offset_right = 212.0
offset_bottom = -41.0
grow_horizontal = 2
grow_vertical = 0
theme_override_styles/focus = SubResource("StyleBoxFlat_1cewu")
theme_override_styles/normal = ExtResource("5_dvx6y")
placeholder_text = "Chat"
alignment = 1
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = ExtResource("4_ky38j")
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="MarginContainer" type="Control" parent="."]
clip_contents = true
layout_direction = 2
layout_mode = 3
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -248.0
offset_top = 24.0
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
offset_left = 137.0
offset_right = 242.0
offset_bottom = 105.0
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
[node name="Panel5" type="Panel" parent="MarginContainer"]
custom_minimum_size = Vector2(105, 105)
layout_mode = 2
offset_left = 275.0
offset_right = 380.0
offset_bottom = 105.0
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
[node name="Panel6" type="Panel" parent="MarginContainer"]
custom_minimum_size = Vector2(105, 105)
layout_mode = 2
offset_left = 413.0
offset_right = 518.0
offset_bottom = 105.0
theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4")
[node name="AllPlayerGoals" type="HBoxContainer" parent="."]
y_sort_enabled = true
clip_contents = true
layout_direction = 2
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -241.0
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"]
clip_contents = true
layout_mode = 2
columns = 3
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Playergoals_1"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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/Playergoals_1/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="Playergoals_2" type="GridContainer" parent="AllPlayerGoals"]
clip_contents = true
layout_mode = 2
columns = 3
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Playergoals_2"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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/Playergoals_2/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="Playergoals_3" type="GridContainer" parent="AllPlayerGoals"]
clip_contents = true
layout_mode = 2
columns = 3
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Playergoals_3"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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/Playergoals_3/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="Playergoals_4" type="GridContainer" parent="AllPlayerGoals"]
clip_contents = true
layout_mode = 2
columns = 3
[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Playergoals_4"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4"]
layout_mode = 2
texture = ExtResource("17_hh6ui")
[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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/Playergoals_4/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="AllPlayerBoards" type="TabContainer" parent="."]
clip_contents = true
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 40.0
offset_top = -72.0
offset_right = 196.0
offset_bottom = 115.0
grow_vertical = 2
theme_override_styles/tab_focus = SubResource("StyleBoxEmpty_s1l63")
theme_override_styles/tab_selected = ExtResource("18_u5x6e")
theme_override_styles/tab_hovered = ExtResource("19_w1rqq")
theme_override_styles/tab_unselected = ExtResource("20_q6bc1")
current_tab = 0
tabs_position = 1
clip_tabs = false
[node name="1" type="MarginContainer" parent="AllPlayerBoards"]
layout_mode = 2
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 10
theme_override_constants/margin_bottom = 10
metadata/_tab_index = 0
[node name="PlayerboardUI" type="GridContainer" parent="AllPlayerBoards/1"]
clip_contents = true
layout_mode = 2
size_flags_horizontal = 3
columns = 5
[node name="Slot1" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot2" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot3" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot4" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot5" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot6" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot7" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot8" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot9" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot10" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot11" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot12" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot13" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot14" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot15" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot16" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot17" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot18" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot19" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot20" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot21" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot22" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot23" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot24" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot25" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="2" type="MarginContainer" parent="AllPlayerBoards"]
visible = false
layout_mode = 2
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 10
theme_override_constants/margin_bottom = 10
metadata/_tab_index = 1
[node name="PlayerboardUI" type="GridContainer" parent="AllPlayerBoards/2"]
clip_contents = true
layout_mode = 2
size_flags_horizontal = 3
columns = 5
[node name="Slot1" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot2" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot3" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot4" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot5" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot6" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot7" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot8" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot9" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot10" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot11" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot12" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot13" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot14" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot15" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot16" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot17" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot18" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot19" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot20" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot21" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot22" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot23" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot24" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot25" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="3" type="MarginContainer" parent="AllPlayerBoards"]
visible = false
layout_mode = 2
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 10
theme_override_constants/margin_bottom = 10
metadata/_tab_index = 2
[node name="PlayerboardUI" type="GridContainer" parent="AllPlayerBoards/3"]
clip_contents = true
layout_mode = 2
size_flags_horizontal = 3
columns = 5
[node name="Slot1" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot2" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot3" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot4" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot5" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot6" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot7" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot8" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot9" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot10" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot11" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot12" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot13" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot14" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot15" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot16" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot17" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot18" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot19" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot20" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot21" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot22" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot23" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot24" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot25" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="4" type="MarginContainer" parent="AllPlayerBoards"]
visible = false
layout_mode = 2
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 10
theme_override_constants/margin_bottom = 10
metadata/_tab_index = 3
[node name="PlayerboardUI" type="GridContainer" parent="AllPlayerBoards/4"]
clip_contents = true
layout_mode = 2
size_flags_horizontal = 3
columns = 5
[node name="Slot1" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot1"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot2" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot2"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot3" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot3"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot4" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot4"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot5" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot5"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot6" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot6"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot7" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot7"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot8" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot8"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot9" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot9"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot10" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot10"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot11" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot11"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot12" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot12"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot13" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot13"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot14" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot14"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot15" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot15"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot16" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot16"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot17" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot17"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot18" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot18"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot19" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot19"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot20" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot20"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot21" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot21"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot22" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot22"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot23" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot23"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot24" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot24"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[node name="Slot25" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"]
layout_mode = 2
texture = ExtResource("18_p3nmx")
[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("7_xwcc1")
[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("8_quhbu")
[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("9_i0gbs")
[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot25"]
visible = false
layout_mode = 2
offset_right = 24.0
offset_bottom = 24.0
texture = ExtResource("10_my1qp")
[connection signal="pressed" from="Menu/Host" to="." method="_on_host_pressed"]
[connection signal="pressed" from="Menu/Join" to="." method="_on_join_pressed"]
[connection signal="text_submitted" from="MessageInput" to="." method="_on_message_input_text_submitted"]