From 66d34d0d297180147db9eecf0e66d7a88d144aa3 Mon Sep 17 00:00:00 2001 From: Yogi Wiguna Date: Mon, 2 Feb 2026 15:01:30 +0800 Subject: [PATCH] feat: Establish initial game structure including lobby, UI, and core gameplay managers. --- .vscode/settings.json | 8 +- .../enhanced_gridmap/meshlibrary/default.tres | 2 +- assets/main-environment.tres | 3 +- assets/models/tiles/tile_coin.tres | 2 +- assets/models/tiles/tile_diamond.tres | 2 +- assets/models/tiles/tile_diamond_holo.tres | 2 +- assets/models/tiles/tile_heart_holo.tres | 2 +- assets/models/tiles/tile_star.tres | 2 +- assets/models/tiles/tile_star_holo.tres | 2 +- assets/themes/ui_theme.tres | 2 +- project.godot | 15 +- scenes/lobby.tscn | 212 +- scenes/main.tscn | 2662 +++++++++-------- scenes/player.gd | 13 + scripts/bot_controller.gd | 83 +- scripts/managers/notification_manager.gd.uid | 1 + scripts/managers/player_movement_manager.gd | 11 +- scripts/managers/playerboard_manager.gd | 2 +- scripts/managers/powerup_manager.gd | 76 +- scripts/managers/touch_controls.gd | 53 +- scripts/managers/ui_manager.gd | 8 +- 21 files changed, 1688 insertions(+), 1475 deletions(-) create mode 100644 scripts/managers/notification_manager.gd.uid diff --git a/.vscode/settings.json b/.vscode/settings.json index fd1f493..acdd4ea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,9 @@ { - "godotTools.editorPath.godot4": "/home/beng/Godot/Editors/4.5.1-stable/Godot_v4.5.1-stable_linux.x86_64" + "godotTools.editorPath.godot4": "C:\\Users\\Dev-Danchie\\Godot\\Editors\\.editor_config\\tekton-local\\Godot_v4.6-stable_win64.exe", + "editor.tabSize": 4, + "editor.insertSpaces": false, + "files.eol": "\n", + "files.exclude": { + "**/*.gd.uid": true + } } \ No newline at end of file diff --git a/addons/enhanced_gridmap/meshlibrary/default.tres b/addons/enhanced_gridmap/meshlibrary/default.tres index 4d9f6e3..58e181c 100644 --- a/addons/enhanced_gridmap/meshlibrary/default.tres +++ b/addons/enhanced_gridmap/meshlibrary/default.tres @@ -1,4 +1,4 @@ -[gd_resource type="MeshLibrary" load_steps=19 format=4 uid="uid://kcv6ans86ug7"] +[gd_resource type="MeshLibrary" format=4 uid="uid://kcv6ans86ug7"] [ext_resource type="ArrayMesh" uid="uid://cr70nmk8djc1i" path="res://assets/models/meshes/tiles_armagedon_a3.res" id="1_ptqbt"] [ext_resource type="ArrayMesh" uid="uid://dspusnbkr74hg" path="res://assets/models/meshes/hover.res" id="2_p5epg"] diff --git a/assets/main-environment.tres b/assets/main-environment.tres index 39c966d..15da92c 100644 --- a/assets/main-environment.tres +++ b/assets/main-environment.tres @@ -1,4 +1,4 @@ -[gd_resource type="Environment" load_steps=3 format=3 uid="uid://jbptgqvstei3"] +[gd_resource type="Environment" format=3 uid="uid://jbptgqvstei3"] [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_lg8b7"] sky_horizon_color = Color(0.67451, 0.682353, 0.698039, 1) @@ -26,5 +26,4 @@ sdfgi_cascades = 1 sdfgi_energy = 0.5 glow_levels/2 = 0.6 glow_levels/3 = 0.6 -glow_levels/5 = 0.0 glow_intensity = 2.0 diff --git a/assets/models/tiles/tile_coin.tres b/assets/models/tiles/tile_coin.tres index a1c3f97..8be3fc6 100644 --- a/assets/models/tiles/tile_coin.tres +++ b/assets/models/tiles/tile_coin.tres @@ -1,4 +1,4 @@ -[gd_resource type="ArrayMesh" load_steps=4 format=4 uid="uid://b5ta7tcw0iscd"] +[gd_resource type="ArrayMesh" format=4 uid="uid://b5ta7tcw0iscd"] [sub_resource type="CompressedTexture2D" id="CompressedTexture2D_po712"] load_path = "res://.godot/imported/tile_coin.png-07bdc9862d055beeb72a967a0094a5c7.s3tc.ctex" diff --git a/assets/models/tiles/tile_diamond.tres b/assets/models/tiles/tile_diamond.tres index 8960223..51cc303 100644 --- a/assets/models/tiles/tile_diamond.tres +++ b/assets/models/tiles/tile_diamond.tres @@ -1,4 +1,4 @@ -[gd_resource type="ArrayMesh" load_steps=3 format=4 uid="uid://dr80txgr61irt"] +[gd_resource type="ArrayMesh" format=4 uid="uid://dr80txgr61irt"] [ext_resource type="Texture2D" uid="uid://dpkx1a780pvwv" path="res://assets/textures/tile_diamond.png" id="1_fck33"] diff --git a/assets/models/tiles/tile_diamond_holo.tres b/assets/models/tiles/tile_diamond_holo.tres index 8de88fa..45933bf 100644 --- a/assets/models/tiles/tile_diamond_holo.tres +++ b/assets/models/tiles/tile_diamond_holo.tres @@ -1,4 +1,4 @@ -[gd_resource type="ArrayMesh" load_steps=4 format=4 uid="uid://hwj23u2j561a"] +[gd_resource type="ArrayMesh" format=4 uid="uid://hwj23u2j561a"] [sub_resource type="CompressedTexture2D" id="CompressedTexture2D_mwj80"] load_path = "res://.godot/imported/tile_diamond_holo.png-e0c28a726d94831c5180dcc0376d012c.s3tc.ctex" diff --git a/assets/models/tiles/tile_heart_holo.tres b/assets/models/tiles/tile_heart_holo.tres index 3340357..769be72 100644 --- a/assets/models/tiles/tile_heart_holo.tres +++ b/assets/models/tiles/tile_heart_holo.tres @@ -1,4 +1,4 @@ -[gd_resource type="ArrayMesh" load_steps=4 format=4 uid="uid://brevl3ab0tdqe"] +[gd_resource type="ArrayMesh" format=4 uid="uid://brevl3ab0tdqe"] [sub_resource type="CompressedTexture2D" id="CompressedTexture2D_txrgg"] load_path = "res://.godot/imported/tile_heart_holo.png-5c92e04305de5aaa054336f0ec160274.s3tc.ctex" diff --git a/assets/models/tiles/tile_star.tres b/assets/models/tiles/tile_star.tres index 7874d09..c81ab90 100644 --- a/assets/models/tiles/tile_star.tres +++ b/assets/models/tiles/tile_star.tres @@ -1,4 +1,4 @@ -[gd_resource type="ArrayMesh" load_steps=4 format=4 uid="uid://cv4bedhida00g"] +[gd_resource type="ArrayMesh" format=4 uid="uid://cv4bedhida00g"] [ext_resource type="Texture2D" uid="uid://dqpr1nug528ml" path="res://assets/textures/tile_star_holo.png" id="1_max3p"] diff --git a/assets/models/tiles/tile_star_holo.tres b/assets/models/tiles/tile_star_holo.tres index 9ff0819..a758eb0 100644 --- a/assets/models/tiles/tile_star_holo.tres +++ b/assets/models/tiles/tile_star_holo.tres @@ -1,4 +1,4 @@ -[gd_resource type="ArrayMesh" load_steps=4 format=4 uid="uid://bqvqj3fhf5x51"] +[gd_resource type="ArrayMesh" format=4 uid="uid://bqvqj3fhf5x51"] [sub_resource type="CompressedTexture2D" id="CompressedTexture2D_7uoqg"] load_path = "res://.godot/imported/tile_star_holo.png-4aade3ef0db71672f9bd2143ab924c6e.s3tc.ctex" diff --git a/assets/themes/ui_theme.tres b/assets/themes/ui_theme.tres index e3fe9ca..fc019e4 100644 --- a/assets/themes/ui_theme.tres +++ b/assets/themes/ui_theme.tres @@ -1,4 +1,4 @@ -[gd_resource type="Theme" load_steps=17 format=3 uid="uid://da337sh5qxi0s"] +[gd_resource type="Theme" format=3 uid="uid://da337sh5qxi0s"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_button_disabled"] content_margin_left = 16.0 diff --git a/project.godot b/project.godot index dea1682..deaacc3 100644 --- a/project.godot +++ b/project.godot @@ -8,16 +8,20 @@ config_version=5 +[animation] + +compatibility/default_parent_skeleton_in_mesh_instance_3d=true + [application] config/name="tekton-local" run/main_scene="uid://dxn87yj8qnfpp" -config/features=PackedStringArray("4.5", "Forward Plus") +config/features=PackedStringArray("4.6", "Forward Plus") config/icon="res://icon.svg" [autoload] -Nakama="*res://addons/com.heroiclabs.nakama/Nakama.gd" +Nakama="*uid://bueyqhhvxe0tx" NakamaManager="*res://scripts/nakama_manager.gd" AuthManager="*res://scripts/managers/auth_manager.gd" LobbyManager="*res://scripts/managers/lobby_manager.gd" @@ -28,7 +32,7 @@ TurnManager="*res://scripts/managers/turn_manager.gd" GoalManager="*res://scripts/managers/goal_manager.gd" PlayerManager="*res://scripts/managers/player_manager.gd" GoalsCycleManager="*res://scripts/managers/goals_cycle_manager.gd" -Satori="*res://addons/com.heroiclabs.nakama/Satori.gd" +Satori="*uid://b8vev00s34b7" [display] @@ -104,3 +108,8 @@ action_put={ "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":82,"physical_keycode":0,"key_label":0,"unicode":114,"location":0,"echo":false,"script":null) ] } +use_powerup={ +"deadzone": 0.2, +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":70,"key_label":0,"unicode":102,"location":0,"echo":false,"script":null) +] +} diff --git a/scenes/lobby.tscn b/scenes/lobby.tscn index a673714..463fb08 100644 --- a/scenes/lobby.tscn +++ b/scenes/lobby.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=5 format=3 uid="uid://b7nxt2hc4kqp8"] +[gd_scene format=3 uid="uid://b7nxt2hc4kqp8"] [ext_resource type="Script" uid="uid://b5q6yekyk0tld" path="res://scenes/lobby.gd" id="1_lp6xi"] [ext_resource type="Theme" uid="uid://da337sh5qxi0s" path="res://assets/themes/ui_theme.tres" id="2_theme"] [ext_resource type="Texture2D" uid="uid://2d1ks5pmblc7" path="res://assets/graphics/main_menu/bg_back.png" id="3_q60fs"] [ext_resource type="Texture2D" uid="uid://dvp0as6yyudco" path="res://assets/graphics/main_menu/bg_illust.png" id="4_nqcc7"] -[node name="Lobby" type="Control"] +[node name="Lobby" type="Control" unique_id=1490767889] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -15,7 +15,7 @@ grow_vertical = 2 theme = ExtResource("2_theme") script = ExtResource("1_lp6xi") -[node name="Background" type="TextureRect" parent="."] +[node name="Background" type="TextureRect" parent="." unique_id=767675801] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -25,7 +25,7 @@ grow_vertical = 2 texture = ExtResource("3_q60fs") expand_mode = 2 -[node name="Background2" type="TextureRect" parent="."] +[node name="Background2" type="TextureRect" parent="." unique_id=783164473] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -35,7 +35,7 @@ grow_vertical = 2 texture = ExtResource("4_nqcc7") expand_mode = 2 -[node name="MainMenuPanel" type="PanelContainer" parent="."] +[node name="MainMenuPanel" type="PanelContainer" parent="." unique_id=19191862] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -49,15 +49,15 @@ offset_bottom = 240.0 grow_horizontal = 2 grow_vertical = 2 -[node name="VBoxContainer" type="VBoxContainer" parent="MainMenuPanel"] +[node name="VBoxContainer" type="VBoxContainer" parent="MainMenuPanel" unique_id=590789898] layout_mode = 2 theme_override_constants/separation = 18 -[node name="TitleContainer" type="VBoxContainer" parent="MainMenuPanel/VBoxContainer"] +[node name="TitleContainer" type="VBoxContainer" parent="MainMenuPanel/VBoxContainer" unique_id=187177999] layout_mode = 2 theme_override_constants/separation = 4 -[node name="Title" type="Label" parent="MainMenuPanel/VBoxContainer/TitleContainer"] +[node name="Title" type="Label" parent="MainMenuPanel/VBoxContainer/TitleContainer" unique_id=612210089] layout_mode = 2 theme_override_colors/font_color = Color(0.647, 0.996, 0.224, 1) theme_override_font_sizes/font_size = 44 @@ -65,55 +65,55 @@ text = "TEKTON DASH" horizontal_alignment = 1 vertical_alignment = 1 -[node name="Subtitle" type="Label" parent="MainMenuPanel/VBoxContainer/TitleContainer"] +[node name="Subtitle" type="Label" parent="MainMenuPanel/VBoxContainer/TitleContainer" unique_id=670350843] layout_mode = 2 theme_override_colors/font_color = Color(0.992, 0.796, 0.047, 1) theme_override_font_sizes/font_size = 12 text = "ARMAGEDDON VERSION" horizontal_alignment = 1 -[node name="Separator" type="HSeparator" parent="MainMenuPanel/VBoxContainer"] +[node name="Separator" type="HSeparator" parent="MainMenuPanel/VBoxContainer" unique_id=126990892] layout_mode = 2 -[node name="InputSection" type="VBoxContainer" parent="MainMenuPanel/VBoxContainer"] +[node name="InputSection" type="VBoxContainer" parent="MainMenuPanel/VBoxContainer" unique_id=1865748579] layout_mode = 2 theme_override_constants/separation = 10 -[node name="PlayerNameLabel" type="Label" parent="MainMenuPanel/VBoxContainer/InputSection"] +[node name="PlayerNameLabel" type="Label" parent="MainMenuPanel/VBoxContainer/InputSection" unique_id=1017736748] layout_mode = 2 theme_override_colors/font_color = Color(0.69, 0.529, 0.357, 1) theme_override_font_sizes/font_size = 13 text = "YOUR NAME" -[node name="PlayerNameInput" type="LineEdit" parent="MainMenuPanel/VBoxContainer/InputSection"] +[node name="PlayerNameInput" type="LineEdit" parent="MainMenuPanel/VBoxContainer/InputSection" unique_id=1668571796] custom_minimum_size = Vector2(0, 44) layout_mode = 2 text = "Player" placeholder_text = "Enter your name..." -[node name="ButtonSection" type="VBoxContainer" parent="MainMenuPanel/VBoxContainer"] +[node name="ButtonSection" type="VBoxContainer" parent="MainMenuPanel/VBoxContainer" unique_id=793290187] layout_mode = 2 theme_override_constants/separation = 12 -[node name="CreateRoomBtn" type="Button" parent="MainMenuPanel/VBoxContainer/ButtonSection"] +[node name="CreateRoomBtn" type="Button" parent="MainMenuPanel/VBoxContainer/ButtonSection" unique_id=750714] custom_minimum_size = Vector2(0, 48) layout_mode = 2 theme_override_font_sizes/font_size = 16 text = "CREATE ROOM" -[node name="BrowseRoomsBtn" type="Button" parent="MainMenuPanel/VBoxContainer/ButtonSection"] +[node name="BrowseRoomsBtn" type="Button" parent="MainMenuPanel/VBoxContainer/ButtonSection" unique_id=2135081425] custom_minimum_size = Vector2(0, 48) layout_mode = 2 theme_override_font_sizes/font_size = 16 text = "BROWSE ROOMS" -[node name="ProfileBtn" type="Button" parent="MainMenuPanel/VBoxContainer/ButtonSection"] +[node name="ProfileBtn" type="Button" parent="MainMenuPanel/VBoxContainer/ButtonSection" unique_id=1640960506] custom_minimum_size = Vector2(0, 36) layout_mode = 2 theme_override_font_sizes/font_size = 14 text = "PROFILE" -[node name="RoomListPanel" type="PanelContainer" parent="."] +[node name="RoomListPanel" type="PanelContainer" parent="." unique_id=1782359692] visible = false layout_mode = 1 anchors_preset = 8 @@ -128,68 +128,68 @@ offset_bottom = 260.0 grow_horizontal = 2 grow_vertical = 2 -[node name="VBoxContainer" type="VBoxContainer" parent="RoomListPanel"] +[node name="VBoxContainer" type="VBoxContainer" parent="RoomListPanel" unique_id=159201826] layout_mode = 2 theme_override_constants/separation = 14 -[node name="Header" type="Label" parent="RoomListPanel/VBoxContainer"] +[node name="Header" type="Label" parent="RoomListPanel/VBoxContainer" unique_id=911540555] layout_mode = 2 theme_override_colors/font_color = Color(0.647, 0.996, 0.224, 1) theme_override_font_sizes/font_size = 28 text = "SERVER BROWSER" horizontal_alignment = 1 -[node name="HSeparator" type="HSeparator" parent="RoomListPanel/VBoxContainer"] +[node name="HSeparator" type="HSeparator" parent="RoomListPanel/VBoxContainer" unique_id=1359536044] layout_mode = 2 -[node name="MatchIdLabel" type="Label" parent="RoomListPanel/VBoxContainer"] +[node name="MatchIdLabel" type="Label" parent="RoomListPanel/VBoxContainer" unique_id=1208643238] layout_mode = 2 theme_override_colors/font_color = Color(0.69, 0.529, 0.357, 1) theme_override_font_sizes/font_size = 12 text = "DIRECT CONNECT (MATCH ID)" -[node name="MatchIdInput" type="LineEdit" parent="RoomListPanel/VBoxContainer"] +[node name="MatchIdInput" type="LineEdit" parent="RoomListPanel/VBoxContainer" unique_id=425559636] custom_minimum_size = Vector2(0, 44) layout_mode = 2 placeholder_text = "Paste match ID here..." -[node name="RoomListLabel" type="Label" parent="RoomListPanel/VBoxContainer"] +[node name="RoomListLabel" type="Label" parent="RoomListPanel/VBoxContainer" unique_id=1579554712] layout_mode = 2 theme_override_colors/font_color = Color(0.69, 0.529, 0.357, 1) theme_override_font_sizes/font_size = 12 text = "AVAILABLE SERVERS" -[node name="RoomList" type="ItemList" parent="RoomListPanel/VBoxContainer"] +[node name="RoomList" type="ItemList" parent="RoomListPanel/VBoxContainer" unique_id=1747575999] custom_minimum_size = Vector2(0, 200) layout_mode = 2 allow_reselect = true -[node name="ButtonContainer" type="HBoxContainer" parent="RoomListPanel/VBoxContainer"] +[node name="ButtonContainer" type="HBoxContainer" parent="RoomListPanel/VBoxContainer" unique_id=181847289] layout_mode = 2 theme_override_constants/separation = 14 alignment = 1 -[node name="RefreshBtn" type="Button" parent="RoomListPanel/VBoxContainer/ButtonContainer"] +[node name="RefreshBtn" type="Button" parent="RoomListPanel/VBoxContainer/ButtonContainer" unique_id=586598199] custom_minimum_size = Vector2(110, 44) layout_mode = 2 text = "REFRESH" -[node name="JoinBtn" type="Button" parent="RoomListPanel/VBoxContainer/ButtonContainer"] +[node name="JoinBtn" type="Button" parent="RoomListPanel/VBoxContainer/ButtonContainer" unique_id=1079497597] custom_minimum_size = Vector2(130, 44) layout_mode = 2 text = "JOIN SERVER" -[node name="BackBtn" type="Button" parent="RoomListPanel/VBoxContainer/ButtonContainer"] +[node name="BackBtn" type="Button" parent="RoomListPanel/VBoxContainer/ButtonContainer" unique_id=1786784033] custom_minimum_size = Vector2(110, 44) layout_mode = 2 text = "BACK" -[node name="ProfileBtn" type="Button" parent="RoomListPanel/VBoxContainer/ButtonContainer"] +[node name="ProfileBtn" type="Button" parent="RoomListPanel/VBoxContainer/ButtonContainer" unique_id=1473526002] custom_minimum_size = Vector2(80, 44) layout_mode = 2 text = "PROFILE" -[node name="LobbyPanel" type="Control" parent="."] +[node name="LobbyPanel" type="Control" parent="." unique_id=1745714811] visible = false layout_mode = 1 anchors_preset = 15 @@ -198,7 +198,7 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="LobbyBackground" type="ColorRect" parent="LobbyPanel"] +[node name="LobbyBackground" type="ColorRect" parent="LobbyPanel" unique_id=1549298772] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -207,7 +207,7 @@ grow_horizontal = 2 grow_vertical = 2 color = Color(0.06, 0.08, 0.12, 1) -[node name="TopBar" type="HBoxContainer" parent="LobbyPanel"] +[node name="TopBar" type="HBoxContainer" parent="LobbyPanel" unique_id=1388322915] layout_mode = 1 anchors_preset = 10 anchor_right = 1.0 @@ -218,57 +218,57 @@ offset_bottom = 50.0 grow_horizontal = 2 theme_override_constants/separation = 20 -[node name="ProfileSection" type="HBoxContainer" parent="LobbyPanel/TopBar"] +[node name="ProfileSection" type="HBoxContainer" parent="LobbyPanel/TopBar" unique_id=558544234] layout_mode = 2 theme_override_constants/separation = 10 -[node name="ProfileBtn" type="Button" parent="LobbyPanel/TopBar/ProfileSection"] +[node name="ProfileBtn" type="Button" parent="LobbyPanel/TopBar/ProfileSection" unique_id=1726139031] custom_minimum_size = Vector2(80, 32) layout_mode = 2 theme_override_font_sizes/font_size = 11 text = "Profile" -[node name="LogoutBtn" type="Button" parent="LobbyPanel/TopBar/ProfileSection"] +[node name="LogoutBtn" type="Button" parent="LobbyPanel/TopBar/ProfileSection" unique_id=1221873519] custom_minimum_size = Vector2(70, 32) layout_mode = 2 theme_override_font_sizes/font_size = 11 text = "Logout" -[node name="Spacer" type="Control" parent="LobbyPanel/TopBar"] +[node name="Spacer" type="Control" parent="LobbyPanel/TopBar" unique_id=379952578] layout_mode = 2 size_flags_horizontal = 3 -[node name="MatchIdContainer" type="HBoxContainer" parent="LobbyPanel/TopBar"] +[node name="MatchIdContainer" type="HBoxContainer" parent="LobbyPanel/TopBar" unique_id=2124757758] layout_mode = 2 theme_override_constants/separation = 8 -[node name="MatchIdDisplay" type="Label" parent="LobbyPanel/TopBar/MatchIdContainer"] +[node name="MatchIdDisplay" type="Label" parent="LobbyPanel/TopBar/MatchIdContainer" unique_id=1918774593] layout_mode = 2 theme_override_colors/font_color = Color(0.955211, 0.955297, 0.962624, 1) theme_override_font_sizes/font_size = 10 text = "Match ID: " -[node name="CopyIdBtn" type="Button" parent="LobbyPanel/TopBar/MatchIdContainer"] +[node name="CopyIdBtn" type="Button" parent="LobbyPanel/TopBar/MatchIdContainer" unique_id=1663928449] custom_minimum_size = Vector2(60, 28) layout_mode = 2 theme_override_font_sizes/font_size = 10 text = "COPY" -[node name="Spacer2" type="Control" parent="LobbyPanel/TopBar"] +[node name="Spacer2" type="Control" parent="LobbyPanel/TopBar" unique_id=580427042] layout_mode = 2 size_flags_horizontal = 3 -[node name="SettingsSection" type="HBoxContainer" parent="LobbyPanel/TopBar"] +[node name="SettingsSection" type="HBoxContainer" parent="LobbyPanel/TopBar" unique_id=1115962195] layout_mode = 2 theme_override_constants/separation = 8 -[node name="DurationLabel" type="Label" parent="LobbyPanel/TopBar/SettingsSection"] +[node name="DurationLabel" type="Label" parent="LobbyPanel/TopBar/SettingsSection" unique_id=1072635610] layout_mode = 2 theme_override_colors/font_color = Color(0.69, 0.529, 0.357, 1) theme_override_font_sizes/font_size = 11 text = "Duration:" -[node name="DurationOption" type="OptionButton" parent="LobbyPanel/TopBar/SettingsSection"] +[node name="DurationOption" type="OptionButton" parent="LobbyPanel/TopBar/SettingsSection" unique_id=448675775] custom_minimum_size = Vector2(90, 28) layout_mode = 2 theme_override_font_sizes/font_size = 11 @@ -285,48 +285,48 @@ popup/item_3/id = 3 popup/item_4/text = "10 min" popup/item_4/id = 4 -[node name="DurationTextLabel" type="Label" parent="LobbyPanel/TopBar/SettingsSection"] +[node name="DurationTextLabel" type="Label" parent="LobbyPanel/TopBar/SettingsSection" unique_id=1917308134] visible = false layout_mode = 2 theme_override_colors/font_color = Color(0.647, 0.996, 0.224, 1) theme_override_font_sizes/font_size = 11 text = "3 min" -[node name="SpawnSpacer" type="Control" parent="LobbyPanel/TopBar/SettingsSection"] +[node name="SpawnSpacer" type="Control" parent="LobbyPanel/TopBar/SettingsSection" unique_id=1046796297] custom_minimum_size = Vector2(15, 0) layout_mode = 2 -[node name="RandomSpawnCheck" type="CheckButton" parent="LobbyPanel/TopBar/SettingsSection"] +[node name="RandomSpawnCheck" type="CheckButton" parent="LobbyPanel/TopBar/SettingsSection" unique_id=1259096465] layout_mode = 2 theme_override_font_sizes/font_size = 11 button_pressed = true text = "Random Spawn" -[node name="RandomSpawnLabel" type="Label" parent="LobbyPanel/TopBar/SettingsSection"] +[node name="RandomSpawnLabel" type="Label" parent="LobbyPanel/TopBar/SettingsSection" unique_id=287278537] visible = false layout_mode = 2 theme_override_colors/font_color = Color(0.647, 0.996, 0.224, 1) theme_override_font_sizes/font_size = 11 text = "Random ✓" -[node name="TimerSpacer" type="Control" parent="LobbyPanel/TopBar/SettingsSection"] +[node name="TimerSpacer" type="Control" parent="LobbyPanel/TopBar/SettingsSection" unique_id=1261893791] custom_minimum_size = Vector2(15, 0) layout_mode = 2 -[node name="EnableTimerCheck" type="CheckButton" parent="LobbyPanel/TopBar/SettingsSection"] +[node name="EnableTimerCheck" type="CheckButton" parent="LobbyPanel/TopBar/SettingsSection" unique_id=417182829] layout_mode = 2 theme_override_font_sizes/font_size = 11 button_pressed = true text = "Enable Timer" -[node name="EnableTimerLabel" type="Label" parent="LobbyPanel/TopBar/SettingsSection"] +[node name="EnableTimerLabel" type="Label" parent="LobbyPanel/TopBar/SettingsSection" unique_id=1100225622] visible = false layout_mode = 2 theme_override_colors/font_color = Color(0.647, 0.996, 0.224, 1) theme_override_font_sizes/font_size = 11 text = "Timer ✓" -[node name="HostBanner" type="PanelContainer" parent="LobbyPanel"] +[node name="HostBanner" type="PanelContainer" parent="LobbyPanel" unique_id=1670701936] layout_mode = 1 anchors_preset = 5 anchor_left = 0.5 @@ -337,7 +337,7 @@ offset_right = 150.0 offset_bottom = 159.0 grow_horizontal = 2 -[node name="HostBannerLabel" type="Label" parent="LobbyPanel/HostBanner"] +[node name="HostBannerLabel" type="Label" parent="LobbyPanel/HostBanner" unique_id=1011182924] layout_mode = 2 theme_override_colors/font_color = Color(0.1, 0.1, 0.1, 1) theme_override_font_sizes/font_size = 20 @@ -345,7 +345,7 @@ text = "HOST" horizontal_alignment = 1 vertical_alignment = 1 -[node name="RoomNameHeader" type="Label" parent="LobbyPanel"] +[node name="RoomNameHeader" type="Label" parent="LobbyPanel" unique_id=1556811338] layout_mode = 1 anchors_preset = 5 anchor_left = 0.5 @@ -360,7 +360,7 @@ theme_override_font_sizes/font_size = 20 horizontal_alignment = 1 vertical_alignment = 1 -[node name="PlayersContainer" type="HBoxContainer" parent="LobbyPanel"] +[node name="PlayersContainer" type="HBoxContainer" parent="LobbyPanel" unique_id=1404488292] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -376,37 +376,37 @@ grow_vertical = 2 theme_override_constants/separation = 30 alignment = 1 -[node name="PlayerSlot1" type="VBoxContainer" parent="LobbyPanel/PlayersContainer"] +[node name="PlayerSlot1" type="VBoxContainer" parent="LobbyPanel/PlayersContainer" unique_id=92376672] custom_minimum_size = Vector2(180, 0) layout_mode = 2 theme_override_constants/separation = 8 alignment = 1 -[node name="PlayerName1" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot1"] +[node name="PlayerName1" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot1" unique_id=19773465] layout_mode = 2 theme_override_colors/font_color = Color(1, 1, 1, 1) theme_override_font_sizes/font_size = 16 text = "Player 1" horizontal_alignment = 1 -[node name="CharacterPreview1" type="TextureRect" parent="LobbyPanel/PlayersContainer/PlayerSlot1"] +[node name="CharacterPreview1" type="TextureRect" parent="LobbyPanel/PlayersContainer/PlayerSlot1" unique_id=755621155] custom_minimum_size = Vector2(140, 140) layout_mode = 2 size_flags_horizontal = 4 expand_mode = 1 stretch_mode = 5 -[node name="CharacterNav1" type="HBoxContainer" parent="LobbyPanel/PlayersContainer/PlayerSlot1"] +[node name="CharacterNav1" type="HBoxContainer" parent="LobbyPanel/PlayersContainer/PlayerSlot1" unique_id=2051013338] layout_mode = 2 alignment = 1 -[node name="CharLeftBtn1" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot1/CharacterNav1"] +[node name="CharLeftBtn1" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot1/CharacterNav1" unique_id=1065844890] custom_minimum_size = Vector2(40, 36) layout_mode = 2 theme_override_font_sizes/font_size = 18 text = "◀" -[node name="CharacterName1" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot1/CharacterNav1"] +[node name="CharacterName1" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot1/CharacterNav1" unique_id=1384965097] custom_minimum_size = Vector2(80, 0) layout_mode = 2 theme_override_colors/font_color = Color(0.992, 0.796, 0.047, 1) @@ -415,13 +415,13 @@ text = "Bob" horizontal_alignment = 1 vertical_alignment = 1 -[node name="CharRightBtn1" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot1/CharacterNav1"] +[node name="CharRightBtn1" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot1/CharacterNav1" unique_id=737265649] custom_minimum_size = Vector2(40, 36) layout_mode = 2 theme_override_font_sizes/font_size = 18 text = "▶" -[node name="CharacterNameLabel1" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot1"] +[node name="CharacterNameLabel1" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot1" unique_id=1107739187] custom_minimum_size = Vector2(80, 0) layout_mode = 2 theme_override_colors/font_color = Color(0.992, 0.796, 0.047, 1) @@ -429,46 +429,46 @@ theme_override_font_sizes/font_size = 14 text = "Bob" horizontal_alignment = 1 -[node name="ReadyStatus1" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot1"] +[node name="ReadyStatus1" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot1" unique_id=1382214476] layout_mode = 2 theme_override_colors/font_color = Color(0.6, 0.6, 0.6, 1) theme_override_font_sizes/font_size = 12 text = "NOT READY" horizontal_alignment = 1 -[node name="PlayerSlot2" type="VBoxContainer" parent="LobbyPanel/PlayersContainer"] +[node name="PlayerSlot2" type="VBoxContainer" parent="LobbyPanel/PlayersContainer" unique_id=1012954493] visible = false custom_minimum_size = Vector2(180, 0) layout_mode = 2 theme_override_constants/separation = 8 alignment = 1 -[node name="PlayerName2" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot2"] +[node name="PlayerName2" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot2" unique_id=878869724] layout_mode = 2 theme_override_colors/font_color = Color(1, 1, 1, 1) theme_override_font_sizes/font_size = 16 text = "Player 2" horizontal_alignment = 1 -[node name="CharacterPreview2" type="TextureRect" parent="LobbyPanel/PlayersContainer/PlayerSlot2"] +[node name="CharacterPreview2" type="TextureRect" parent="LobbyPanel/PlayersContainer/PlayerSlot2" unique_id=776724044] custom_minimum_size = Vector2(140, 140) layout_mode = 2 size_flags_horizontal = 4 expand_mode = 1 stretch_mode = 5 -[node name="CharacterNav2" type="HBoxContainer" parent="LobbyPanel/PlayersContainer/PlayerSlot2"] +[node name="CharacterNav2" type="HBoxContainer" parent="LobbyPanel/PlayersContainer/PlayerSlot2" unique_id=1767191604] visible = false layout_mode = 2 alignment = 1 -[node name="CharLeftBtn2" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot2/CharacterNav2"] +[node name="CharLeftBtn2" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot2/CharacterNav2" unique_id=1010021890] custom_minimum_size = Vector2(40, 36) layout_mode = 2 theme_override_font_sizes/font_size = 18 text = "◀" -[node name="CharacterName2" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot2/CharacterNav2"] +[node name="CharacterName2" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot2/CharacterNav2" unique_id=539481206] custom_minimum_size = Vector2(80, 0) layout_mode = 2 theme_override_colors/font_color = Color(0.992, 0.796, 0.047, 1) @@ -477,13 +477,13 @@ text = "Bob" horizontal_alignment = 1 vertical_alignment = 1 -[node name="CharRightBtn2" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot2/CharacterNav2"] +[node name="CharRightBtn2" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot2/CharacterNav2" unique_id=1180092400] custom_minimum_size = Vector2(40, 36) layout_mode = 2 theme_override_font_sizes/font_size = 18 text = "▶" -[node name="CharacterNameLabel2" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot2"] +[node name="CharacterNameLabel2" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot2" unique_id=1167438266] custom_minimum_size = Vector2(80, 0) layout_mode = 2 theme_override_colors/font_color = Color(0.992, 0.796, 0.047, 1) @@ -491,46 +491,46 @@ theme_override_font_sizes/font_size = 14 text = "Bob" horizontal_alignment = 1 -[node name="ReadyStatus2" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot2"] +[node name="ReadyStatus2" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot2" unique_id=1248116760] layout_mode = 2 theme_override_colors/font_color = Color(0.6, 0.6, 0.6, 1) theme_override_font_sizes/font_size = 12 text = "NOT READY" horizontal_alignment = 1 -[node name="PlayerSlot3" type="VBoxContainer" parent="LobbyPanel/PlayersContainer"] +[node name="PlayerSlot3" type="VBoxContainer" parent="LobbyPanel/PlayersContainer" unique_id=1033758492] visible = false custom_minimum_size = Vector2(180, 0) layout_mode = 2 theme_override_constants/separation = 8 alignment = 1 -[node name="PlayerName3" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot3"] +[node name="PlayerName3" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot3" unique_id=1647715021] layout_mode = 2 theme_override_colors/font_color = Color(1, 1, 1, 1) theme_override_font_sizes/font_size = 16 text = "Player 3" horizontal_alignment = 1 -[node name="CharacterPreview3" type="TextureRect" parent="LobbyPanel/PlayersContainer/PlayerSlot3"] +[node name="CharacterPreview3" type="TextureRect" parent="LobbyPanel/PlayersContainer/PlayerSlot3" unique_id=403530031] custom_minimum_size = Vector2(140, 140) layout_mode = 2 size_flags_horizontal = 4 expand_mode = 1 stretch_mode = 5 -[node name="CharacterNav3" type="HBoxContainer" parent="LobbyPanel/PlayersContainer/PlayerSlot3"] +[node name="CharacterNav3" type="HBoxContainer" parent="LobbyPanel/PlayersContainer/PlayerSlot3" unique_id=123399758] visible = false layout_mode = 2 alignment = 1 -[node name="CharLeftBtn3" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot3/CharacterNav3"] +[node name="CharLeftBtn3" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot3/CharacterNav3" unique_id=1176396171] custom_minimum_size = Vector2(40, 36) layout_mode = 2 theme_override_font_sizes/font_size = 18 text = "◀" -[node name="CharacterName3" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot3/CharacterNav3"] +[node name="CharacterName3" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot3/CharacterNav3" unique_id=1507567643] custom_minimum_size = Vector2(80, 0) layout_mode = 2 theme_override_colors/font_color = Color(0.992, 0.796, 0.047, 1) @@ -539,13 +539,13 @@ text = "Bob" horizontal_alignment = 1 vertical_alignment = 1 -[node name="CharRightBtn3" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot3/CharacterNav3"] +[node name="CharRightBtn3" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot3/CharacterNav3" unique_id=1782180564] custom_minimum_size = Vector2(40, 36) layout_mode = 2 theme_override_font_sizes/font_size = 18 text = "▶" -[node name="CharacterNameLabel3" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot3"] +[node name="CharacterNameLabel3" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot3" unique_id=1700371004] custom_minimum_size = Vector2(80, 0) layout_mode = 2 theme_override_colors/font_color = Color(0.992, 0.796, 0.047, 1) @@ -553,46 +553,46 @@ theme_override_font_sizes/font_size = 14 text = "Bob" horizontal_alignment = 1 -[node name="ReadyStatus3" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot3"] +[node name="ReadyStatus3" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot3" unique_id=822843162] layout_mode = 2 theme_override_colors/font_color = Color(0.6, 0.6, 0.6, 1) theme_override_font_sizes/font_size = 12 text = "NOT READY" horizontal_alignment = 1 -[node name="PlayerSlot4" type="VBoxContainer" parent="LobbyPanel/PlayersContainer"] +[node name="PlayerSlot4" type="VBoxContainer" parent="LobbyPanel/PlayersContainer" unique_id=62963750] visible = false custom_minimum_size = Vector2(180, 0) layout_mode = 2 theme_override_constants/separation = 8 alignment = 1 -[node name="PlayerName4" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot4"] +[node name="PlayerName4" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot4" unique_id=601920855] layout_mode = 2 theme_override_colors/font_color = Color(1, 1, 1, 1) theme_override_font_sizes/font_size = 16 text = "Player 4" horizontal_alignment = 1 -[node name="CharacterPreview4" type="TextureRect" parent="LobbyPanel/PlayersContainer/PlayerSlot4"] +[node name="CharacterPreview4" type="TextureRect" parent="LobbyPanel/PlayersContainer/PlayerSlot4" unique_id=1413323802] custom_minimum_size = Vector2(140, 140) layout_mode = 2 size_flags_horizontal = 4 expand_mode = 1 stretch_mode = 5 -[node name="CharacterNav4" type="HBoxContainer" parent="LobbyPanel/PlayersContainer/PlayerSlot4"] +[node name="CharacterNav4" type="HBoxContainer" parent="LobbyPanel/PlayersContainer/PlayerSlot4" unique_id=1446657254] visible = false layout_mode = 2 alignment = 1 -[node name="CharLeftBtn4" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot4/CharacterNav4"] +[node name="CharLeftBtn4" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot4/CharacterNav4" unique_id=1004737490] custom_minimum_size = Vector2(40, 36) layout_mode = 2 theme_override_font_sizes/font_size = 18 text = "◀" -[node name="CharacterName4" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot4/CharacterNav4"] +[node name="CharacterName4" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot4/CharacterNav4" unique_id=1644341872] custom_minimum_size = Vector2(80, 0) layout_mode = 2 theme_override_colors/font_color = Color(0.992, 0.796, 0.047, 1) @@ -601,13 +601,13 @@ text = "Bob" horizontal_alignment = 1 vertical_alignment = 1 -[node name="CharRightBtn4" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot4/CharacterNav4"] +[node name="CharRightBtn4" type="Button" parent="LobbyPanel/PlayersContainer/PlayerSlot4/CharacterNav4" unique_id=1065247855] custom_minimum_size = Vector2(40, 36) layout_mode = 2 theme_override_font_sizes/font_size = 18 text = "▶" -[node name="CharacterNameLabel4" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot4"] +[node name="CharacterNameLabel4" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot4" unique_id=1051481010] custom_minimum_size = Vector2(80, 0) layout_mode = 2 theme_override_colors/font_color = Color(0.992, 0.796, 0.047, 1) @@ -615,14 +615,14 @@ theme_override_font_sizes/font_size = 14 text = "Bob" horizontal_alignment = 1 -[node name="ReadyStatus4" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot4"] +[node name="ReadyStatus4" type="Label" parent="LobbyPanel/PlayersContainer/PlayerSlot4" unique_id=1335401655] layout_mode = 2 theme_override_colors/font_color = Color(0.6, 0.6, 0.6, 1) theme_override_font_sizes/font_size = 12 text = "NOT READY" horizontal_alignment = 1 -[node name="AreaSelector" type="HBoxContainer" parent="LobbyPanel"] +[node name="AreaSelector" type="HBoxContainer" parent="LobbyPanel" unique_id=696178336] clip_contents = true layout_mode = 1 anchors_preset = 7 @@ -637,19 +637,19 @@ offset_bottom = -87.0 grow_horizontal = 2 grow_vertical = 0 -[node name="AreaLabel" type="Label" parent="LobbyPanel/AreaSelector"] +[node name="AreaLabel" type="Label" parent="LobbyPanel/AreaSelector" unique_id=1925038296] layout_mode = 2 theme_override_colors/font_color = Color(0.69, 0.529, 0.357, 1) theme_override_font_sizes/font_size = 13 text = "AREA: " -[node name="AreaLeftBtn" type="Button" parent="LobbyPanel/AreaSelector"] +[node name="AreaLeftBtn" type="Button" parent="LobbyPanel/AreaSelector" unique_id=285538854] custom_minimum_size = Vector2(40, 36) layout_mode = 2 theme_override_font_sizes/font_size = 18 text = "◀" -[node name="AreaName" type="Label" parent="LobbyPanel/AreaSelector"] +[node name="AreaName" type="Label" parent="LobbyPanel/AreaSelector" unique_id=178083908] custom_minimum_size = Vector2(100, 0) layout_mode = 2 theme_override_colors/font_color = Color(0.647, 0.996, 0.224, 1) @@ -658,13 +658,13 @@ text = "Desert" horizontal_alignment = 1 vertical_alignment = 1 -[node name="AreaRightBtn" type="Button" parent="LobbyPanel/AreaSelector"] +[node name="AreaRightBtn" type="Button" parent="LobbyPanel/AreaSelector" unique_id=1602714055] custom_minimum_size = Vector2(40, 36) layout_mode = 2 theme_override_font_sizes/font_size = 18 text = "▶" -[node name="BottomBar" type="HBoxContainer" parent="LobbyPanel"] +[node name="BottomBar" type="HBoxContainer" parent="LobbyPanel" unique_id=1285858966] layout_mode = 1 anchors_preset = 12 anchor_top = 1.0 @@ -678,31 +678,31 @@ grow_horizontal = 2 grow_vertical = 0 theme_override_constants/separation = 20 -[node name="LeaveBtn" type="Button" parent="LobbyPanel/BottomBar"] +[node name="LeaveBtn" type="Button" parent="LobbyPanel/BottomBar" unique_id=1447825960] custom_minimum_size = Vector2(120, 44) layout_mode = 2 theme_override_font_sizes/font_size = 14 text = "LEAVE" -[node name="Spacer" type="Control" parent="LobbyPanel/BottomBar"] +[node name="Spacer" type="Control" parent="LobbyPanel/BottomBar" unique_id=1050617828] layout_mode = 2 size_flags_horizontal = 3 -[node name="ReadyBtn" type="Button" parent="LobbyPanel/BottomBar"] +[node name="ReadyBtn" type="Button" parent="LobbyPanel/BottomBar" unique_id=2026272478] custom_minimum_size = Vector2(140, 50) layout_mode = 2 theme_override_font_sizes/font_size = 16 toggle_mode = true text = "READY" -[node name="StartGameBtn" type="Button" parent="LobbyPanel/BottomBar"] +[node name="StartGameBtn" type="Button" parent="LobbyPanel/BottomBar" unique_id=121485973] custom_minimum_size = Vector2(140, 50) layout_mode = 2 theme_override_font_sizes/font_size = 16 disabled = true text = "MATCH" -[node name="StatusLabel" type="Label" parent="LobbyPanel"] +[node name="StatusLabel" type="Label" parent="LobbyPanel" unique_id=1206438822] layout_mode = 1 anchors_preset = 7 anchor_left = 0.5 @@ -719,13 +719,13 @@ theme_override_colors/font_color = Color(0.992, 0.796, 0.047, 1) theme_override_font_sizes/font_size = 12 horizontal_alignment = 1 -[node name="PlayerList" type="ItemList" parent="LobbyPanel"] +[node name="PlayerList" type="ItemList" parent="LobbyPanel" unique_id=1932007905] visible = false layout_mode = 0 offset_right = 40.0 offset_bottom = 40.0 -[node name="StatusBar" type="PanelContainer" parent="."] +[node name="StatusBar" type="PanelContainer" parent="." unique_id=1333732958] layout_mode = 1 anchors_preset = 12 anchor_top = 1.0 @@ -738,14 +738,14 @@ offset_bottom = -44.0 grow_horizontal = 2 grow_vertical = 0 -[node name="ConnectionStatus" type="Label" parent="StatusBar"] +[node name="ConnectionStatus" type="Label" parent="StatusBar" unique_id=1991909918] layout_mode = 2 theme_override_colors/font_color = Color(0.69, 0.529, 0.357, 1) theme_override_font_sizes/font_size = 12 text = "NOT CONNECTED" horizontal_alignment = 1 -[node name="VersionLabel" type="Label" parent="."] +[node name="VersionLabel" type="Label" parent="." unique_id=351711152] layout_mode = 1 anchors_preset = 3 anchor_left = 1.0 diff --git a/scenes/main.tscn b/scenes/main.tscn index 44c3762..689dd09 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=29 format=3 uid="uid://dxn87yj8qnfpp"] +[gd_scene 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"] @@ -22,9 +22,9 @@ [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"] +[ext_resource type="Script" uid="uid://86ikh0wuqk7v" path="res://scripts/ui/powerup_inventory_ui.gd" id="powerup_ui_script"] [ext_resource type="Script" uid="uid://b54tfa0n6kogi" path="res://scripts/managers/touch_controls.gd" id="touch_manager"] [ext_resource type="Script" uid="uid://djiml4sh61dc1" path="res://scripts/ui/virtual_joystick.gd" id="virtual_joystick"] -[ext_resource type="Script" uid="uid://powerup_ui_script_id" path="res://scripts/ui/powerup_inventory_ui.gd" id="powerup_ui_script"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_playerboard"] content_margin_left = 8.0 @@ -49,14 +49,14 @@ texture = ExtResource("13_ahjgs") [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_s1l63"] -[node name="Main" type="Node3D"] +[node name="Main" type="Node3D" unique_id=1566673391] script = ExtResource("1_xcpe3") -[node name="EnhancedGridMap" type="GridMap" parent="."] +[node name="EnhancedGridMap" type="GridMap" parent="." unique_id=1838552857] 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, 10, 65537, 1, 8, 65537, 2, 11, 65537, 3, 8, 65537, 4, 10, 65537, 5, 11, 65537, 6, 9, 65537, 7, 9, 65537, 8, 10, 65537, 9, 8, 65537, 10, 12, 65537, 11, 10, 65537, 12, 10, 65537, 13, 10, 65538, 0, 12, 65538, 1, 11, 65538, 2, 10, 65538, 3, 10, 65538, 4, 11, 65538, 5, 9, 65538, 6, 10, 65538, 7, 12, 65538, 8, 10, 65538, 9, 8, 65538, 10, 12, 65538, 11, 11, 65538, 12, 10, 65538, 13, 10, 65539, 0, 9, 65539, 1, 10, 65539, 2, 10, 65539, 3, 11, 65539, 4, 11, 65539, 5, 8, 65539, 6, 9, 65539, 7, 11, 65539, 8, 12, 65539, 9, 11, 65539, 10, 8, 65539, 11, 10, 65539, 12, 8, 65539, 13, 8, 65540, 0, 12, 65540, 1, 8, 65540, 2, 9, 65540, 3, 8, 65540, 4, 9, 65540, 5, 11, 65540, 6, 9, 65540, 7, 9, 65540, 8, 8, 65540, 9, 9, 65540, 10, 10, 65540, 11, 8, 65540, 12, 12, 65540, 13, 12, 65541, 0, 8, 65541, 1, 8, 65541, 2, 10, 65541, 3, 12, 65541, 4, 8, 65541, 5, 8, 65541, 6, 12, 65541, 7, 8, 65541, 8, 8, 65541, 9, 11, 65541, 10, 12, 65541, 11, 9, 65541, 12, 11, 65541, 13, 11, 65542, 0, 12, 65542, 1, 8, 65542, 2, 10, 65542, 3, 12, 65542, 4, 12, 65542, 5, 11, 65542, 6, 10, 65542, 7, 11, 65542, 8, 9, 65542, 9, 9, 65542, 10, 8, 65542, 11, 11, 65542, 12, 11, 65542, 13, 9, 65543, 0, 8, 65543, 1, 9, 65543, 2, 8, 65543, 3, 8, 65543, 4, 10, 65543, 5, 9, 65543, 6, 12, 65543, 7, 8, 65543, 8, 10, 65543, 9, 8, 65543, 10, 9, 65543, 11, 12, 65543, 12, 9, 65543, 13, 9, 65544, 0, 12, 65544, 1, 8, 65544, 2, 8, 65544, 3, 10, 65544, 4, 10, 65544, 5, 12, 65544, 6, 12, 65544, 7, 10, 65544, 8, 9, 65544, 9, 9, 65544, 10, 10, 65544, 11, 10, 65544, 12, 9, 65544, 13, 11, 65545, 0, 10, 65545, 1, 8, 65545, 2, 10, 65545, 3, 10, 65545, 4, 11, 65545, 5, 11, 65545, 6, 9, 65545, 7, 9, 65545, 8, 10, 65545, 9, 12, 65545, 10, 9, 65545, 11, 8, 65545, 12, 8, 65545, 13, 12, 65546, 0, 10, 65546, 1, 10, 65546, 2, 12, 65546, 3, 12, 65546, 4, 9, 65546, 5, 9, 65546, 6, 10, 65546, 7, 8, 65546, 8, 8, 65546, 9, 10, 65546, 10, 12, 65546, 11, 11, 65546, 12, 12, 65546, 13, 10, 65547, 0, 10, 65547, 1, 9, 65547, 2, 8, 65547, 3, 10, 65547, 4, 8, 65547, 5, 11, 65547, 6, 9, 65547, 7, 8, 65547, 8, 11, 65547, 9, 9, 65547, 10, 8, 65547, 11, 12, 65547, 12, 8, 65547, 13, 10, 65548, 0, 11, 65548, 1, 12, 65548, 2, 8, 65548, 3, 9, 65548, 4, 9, 65548, 5, 9, 65548, 6, 10, 65548, 7, 10, 65548, 8, 12, 65548, 9, 9, 65548, 10, 11, 65548, 11, 11, 65548, 12, 11, 65548, 13, 10, 65536, 0, 2031628, 65536, 1, 2031627, 65536, 2, 2031626, 65536, 3, 2031625, 65536, 4, 2031628, 65536, 5, 2031627, 65536, 6, 2031626, 65536, 7, 2031627, 65536, 8, 2031628, 65536, 9, 2031628, 65536, 10, 2031628, 65537, 0, 10, 65537, 1, 8, 65537, 2, 11, 65537, 3, 8, 65537, 4, 10, 65537, 5, 11, 65537, 6, 9, 65537, 7, 9, 65537, 8, 10, 65537, 9, 8, 65537, 10, 12, 65537, 11, 10, 65537, 12, 10, 65537, 13, 10, 65538, 0, 12, 65538, 1, 11, 65538, 2, 10, 65538, 3, 10, 65538, 4, 11, 65538, 5, 9, 65538, 6, 10, 65538, 7, 12, 65538, 8, 10, 65538, 9, 8, 65538, 10, 12, 65538, 11, 11, 65538, 12, 10, 65538, 13, 10, 65539, 0, 9, 65539, 1, 10, 65539, 2, 10, 65539, 3, 11, 65539, 4, 11, 65539, 5, 8, 65539, 6, 9, 65539, 7, 11, 65539, 8, 12, 65539, 9, 11, 65539, 10, 8, 65539, 11, 10, 65539, 12, 8, 65539, 13, 8, 65540, 0, 12, 65540, 1, 8, 65540, 2, 9, 65540, 3, 8, 65540, 4, 9, 65540, 5, 11, 65540, 6, 9, 65540, 7, 9, 65540, 8, 8, 65540, 9, 9, 65540, 10, 10, 65540, 11, 8, 65540, 12, 12, 65540, 13, 12, 65541, 0, 8, 65541, 1, 8, 65541, 2, 10, 65541, 3, 12, 65541, 4, 8, 65541, 5, 8, 65541, 6, 12, 65541, 7, 8, 65541, 8, 8, 65541, 9, 11, 65541, 10, 12, 65541, 11, 9, 65541, 12, 11, 65541, 13, 11, 65542, 0, 12, 65542, 1, 8, 65542, 2, 10, 65542, 3, 12, 65542, 4, 12, 65542, 5, 11, 65542, 6, 10, 65542, 7, 11, 65542, 8, 9, 65542, 9, 9, 65542, 10, 8, 65542, 11, 11, 65542, 12, 11, 65542, 13, 9, 65543, 0, 8, 65543, 1, 9, 65543, 2, 8, 65543, 3, 8, 65543, 4, 10, 65543, 5, 9, 65543, 6, 12, 65543, 7, 8, 65543, 8, 10, 65543, 9, 8, 65543, 10, 9, 65543, 11, 12, 65543, 12, 9, 65543, 13, 9, 65544, 0, 12, 65544, 1, 8, 65544, 2, 8, 65544, 3, 10, 65544, 4, 10, 65544, 5, 12, 65544, 6, 12, 65544, 7, 10, 65544, 8, 9, 65544, 9, 9, 65544, 10, 10, 65544, 11, 10, 65544, 12, 9, 65544, 13, 11, 65545, 0, 10, 65545, 1, 8, 65545, 2, 10, 65545, 3, 10, 65545, 4, 11, 65545, 5, 11, 65545, 6, 9, 65545, 7, 9, 65545, 8, 10, 65545, 9, 12, 65545, 10, 9, 65545, 11, 8, 65545, 12, 8, 65545, 13, 12, 65546, 0, 10, 65546, 1, 10, 65546, 2, 12, 65546, 3, 12, 65546, 4, 9, 65546, 5, 9, 65546, 6, 10, 65546, 7, 8, 65546, 8, 8, 65546, 9, 10, 65546, 10, 12, 65546, 11, 11, 65546, 12, 12, 65546, 13, 10, 65547, 0, 10, 65547, 1, 9, 65547, 2, 8, 65547, 3, 10, 65547, 4, 8, 65547, 5, 11, 65547, 6, 9, 65547, 7, 8, 65547, 8, 11, 65547, 9, 9, 65547, 10, 8, 65547, 11, 12, 65547, 12, 8, 65547, 13, 10, 65548, 0, 11, 65548, 1, 12, 65548, 2, 8, 65548, 3, 9, 65548, 4, 9, 65548, 5, 9, 65548, 6, 10, 65548, 7, 10, 65548, 8, 12, 65548, 9, 9, 65548, 10, 11, 65548, 11, 11, 65548, 12, 11, 65548, 13, 10, 65536, 0, 2031628, 65536, 1, 2031627, 65536, 2, 2031626, 65536, 3, 2031625, 65536, 4, 2031628, 65536, 5, 2031627, 65536, 6, 2031626, 65536, 7, 2031627, 65536, 8, 2031628, 65536, 9, 2031628, 65536, 10, 2031628, 65536, 11, 2031627, 65536, 12, 2031626, 65536, 13, 2031624, 65549, 0, 2031627, 65549, 1, 2031624, 65549, 2, 2031624, 65549, 3, 2031628, 65549, 4, 2031626, 65549, 5, 2031625, 65549, 6, 2031627, 65549, 7, 2031628, 65549, 8, 2031624, 65549, 9, 2031628, 65549, 10, 2031627, 65549, 11, 2031628, 65549, 12, 2031625, 65549, 13, 2031626) +"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, 10, 65537, 1, 8, 65537, 2, 11, 65537, 3, 8, 65537, 4, 10, 65537, 5, 11, 65537, 6, 9, 65537, 7, 9, 65537, 8, 10, 65537, 9, 8, 65537, 10, 12, 65537, 11, 10, 65537, 12, 10, 65537, 13, 10, 65538, 0, 12, 65538, 1, 11, 65538, 2, 10, 65538, 3, 10, 65538, 4, 11, 65538, 5, 9, 65538, 6, 10, 65538, 7, 12, 65538, 8, 10, 65538, 9, 8, 65538, 10, 12, 65538, 11, 11, 65538, 12, 10, 65538, 13, 10, 65539, 0, 9, 65539, 1, 10, 65539, 2, 10, 65539, 3, 11, 65539, 4, 11, 65539, 5, 8, 65539, 6, 9, 65539, 7, 11, 65539, 8, 12, 65539, 9, 11, 65539, 10, 8, 65539, 11, 10, 65539, 12, 8, 65539, 13, 8, 65540, 0, 12, 65540, 1, 8, 65540, 2, 9, 65540, 3, 8, 65540, 4, 9, 65540, 5, 11, 65540, 6, 9, 65540, 7, 9, 65540, 8, 8, 65540, 9, 9, 65540, 10, 10, 65540, 11, 8, 65540, 12, 12, 65540, 13, 12, 65541, 0, 8, 65541, 1, 8, 65541, 2, 10, 65541, 3, 12, 65541, 4, 8, 65541, 5, 8, 65541, 6, 12, 65541, 7, 8, 65541, 8, 8, 65541, 9, 11, 65541, 10, 12, 65541, 11, 9, 65541, 12, 11, 65541, 13, 11, 65542, 0, 12, 65542, 1, 8, 65542, 2, 10, 65542, 3, 12, 65542, 4, 12, 65542, 5, 11, 65542, 6, 10, 65542, 7, 11, 65542, 8, 9, 65542, 9, 9, 65542, 10, 8, 65542, 11, 11, 65542, 12, 11, 65542, 13, 9, 65543, 0, 8, 65543, 1, 9, 65543, 2, 8, 65543, 3, 8, 65543, 4, 10, 65543, 5, 9, 65543, 6, 12, 65543, 7, 8, 65543, 8, 10, 65543, 9, 8, 65543, 10, 9, 65543, 11, 12, 65543, 12, 9, 65543, 13, 9, 65544, 0, 12, 65544, 1, 8, 65544, 2, 8, 65544, 3, 10, 65544, 4, 10, 65544, 5, 12, 65544, 6, 12, 65544, 7, 10, 65544, 8, 9, 65544, 9, 9, 65544, 10, 10, 65544, 11, 10, 65544, 12, 9, 65544, 13, 11, 65545, 0, 10, 65545, 1, 8, 65545, 2, 10, 65545, 3, 10, 65545, 4, 11, 65545, 5, 11, 65545, 6, 9, 65545, 7, 9, 65545, 8, 10, 65545, 9, 12, 65545, 10, 9, 65545, 11, 8, 65545, 12, 8, 65545, 13, 12, 65546, 0, 10, 65546, 1, 10, 65546, 2, 12, 65546, 3, 12, 65546, 4, 9, 65546, 5, 9, 65546, 6, 10, 65546, 7, 8, 65546, 8, 8, 65546, 9, 10, 65546, 10, 12, 65546, 11, 11, 65546, 12, 12, 65546, 13, 10, 65547, 0, 10, 65547, 1, 9, 65547, 2, 8, 65547, 3, 10, 65547, 4, 8, 65547, 5, 11, 65547, 6, 9, 65547, 7, 8, 65547, 8, 11, 65547, 9, 9, 65547, 10, 8, 65547, 11, 12, 65547, 12, 8, 65547, 13, 10, 65548, 0, 11, 65548, 1, 12, 65548, 2, 8, 65548, 3, 9, 65548, 4, 9, 65548, 5, 9, 65548, 6, 10, 65548, 7, 10, 65548, 8, 12, 65548, 9, 9, 65548, 10, 11, 65548, 11, 11, 65548, 12, 11, 65548, 13, 10, 65536, 0, 2031628, 65536, 1, 2031627, 65536, 2, 2031626, 65536, 3, 2031625, 65536, 4, 2031628, 65536, 5, 2031627, 65536, 6, 2031626, 65536, 7, 2031627, 65536, 8, 2031628, 65536, 9, 2031628, 65536, 10, 2031628, 65536, 11, 2031627, 65536, 12, 2031626, 65536, 13, 2031624, 65549, 0, 2031627, 65549, 1, 2031624, 65549, 2, 2031624, 65549, 3, 2031628, 65549, 4, 2031626, 65549, 5, 2031625, 65549, 6, 2031627, 65549, 7, 2031628, 65549, 8, 2031624, 65549, 9, 2031628, 65549, 10, 2031627, 65549, 11, 2031628, 65549, 12, 2031625, 65549, 13, 2031626) } script = ExtResource("2_hbe1v") columns = 14 @@ -65,15 +65,13 @@ floors = 2 auto_randomize = true metadata/_editor_floor_ = Vector3(0, 1, 0) - - -[node name="Camera3D" type="Camera3D" parent="."] +[node name="Camera3D" type="Camera3D" parent="." unique_id=1200003163] 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="."] +[node name="Camera3D200" type="Camera3D" parent="." unique_id=1763366951] transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 7, 15, 6.35926) environment = ExtResource("4_ky38j") projection = 1 @@ -81,7 +79,7 @@ current = true fov = 35.5 size = 23.0 -[node name="PlayerboardPanel" type="PanelContainer" parent="."] +[node name="PlayerboardPanel" type="PanelContainer" parent="." unique_id=1098203639] anchors_preset = 4 anchor_top = 0.5 anchor_bottom = 0.5 @@ -92,7 +90,7 @@ offset_bottom = 7.0 grow_vertical = 2 theme_override_styles/panel = SubResource("StyleBoxFlat_playerboard") -[node name="PlayerboardUI" type="GridContainer" parent="."] +[node name="PlayerboardUI" type="GridContainer" parent="." unique_id=1467095753] clip_contents = true anchors_preset = 4 anchor_top = 0.5 @@ -105,11 +103,11 @@ grow_vertical = 2 size_flags_horizontal = 3 columns = 5 -[node name="Slot1" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot1" type="TextureRect" parent="PlayerboardUI" unique_id=437579278] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot1"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot1" unique_id=25265642] visible = false layout_mode = 1 anchors_preset = 15 @@ -119,7 +117,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_vv0nt") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot1"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot1" unique_id=425101652] visible = false layout_mode = 1 anchors_preset = 15 @@ -129,7 +127,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_8meci") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot1"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot1" unique_id=474770972] visible = false layout_mode = 1 anchors_preset = 15 @@ -139,11 +137,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_aspsw") -[node name="Slot2" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot2" type="TextureRect" parent="PlayerboardUI" unique_id=2093447516] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot2"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot2" unique_id=1815496006] visible = false layout_mode = 1 anchors_preset = 15 @@ -153,7 +151,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot2"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot2" unique_id=2070845443] visible = false layout_mode = 1 anchors_preset = 15 @@ -163,7 +161,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot2"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot2" unique_id=80495420] visible = false layout_mode = 1 anchors_preset = 15 @@ -173,11 +171,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot3" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot3" type="TextureRect" parent="PlayerboardUI" unique_id=567388197] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot3"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot3" unique_id=1235431548] visible = false layout_mode = 1 anchors_preset = 15 @@ -187,7 +185,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot3"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot3" unique_id=691943234] visible = false layout_mode = 1 anchors_preset = 15 @@ -197,7 +195,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot3"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot3" unique_id=2067388138] visible = false layout_mode = 1 anchors_preset = 15 @@ -207,11 +205,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot4" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot4" type="TextureRect" parent="PlayerboardUI" unique_id=1314539282] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot4"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot4" unique_id=440517067] visible = false layout_mode = 1 anchors_preset = 15 @@ -221,7 +219,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot4"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot4" unique_id=430237718] visible = false layout_mode = 1 anchors_preset = 15 @@ -231,7 +229,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot4"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot4" unique_id=1072389582] visible = false layout_mode = 1 anchors_preset = 15 @@ -241,11 +239,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot5" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot5" type="TextureRect" parent="PlayerboardUI" unique_id=1422565924] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot5"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot5" unique_id=1240431710] visible = false layout_mode = 1 anchors_preset = 15 @@ -255,7 +253,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot5"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot5" unique_id=423651528] visible = false layout_mode = 1 anchors_preset = 15 @@ -265,7 +263,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot5"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot5" unique_id=617694974] visible = false layout_mode = 1 anchors_preset = 15 @@ -275,11 +273,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot6" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot6" type="TextureRect" parent="PlayerboardUI" unique_id=391803586] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot6"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot6" unique_id=2145551174] visible = false layout_mode = 1 anchors_preset = 15 @@ -289,7 +287,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot6"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot6" unique_id=227531604] visible = false layout_mode = 1 anchors_preset = 15 @@ -299,7 +297,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot6"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot6" unique_id=2077038349] visible = false layout_mode = 1 anchors_preset = 15 @@ -309,11 +307,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot7" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot7" type="TextureRect" parent="PlayerboardUI" unique_id=1477191713] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot7"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot7" unique_id=1185991774] visible = false layout_mode = 1 anchors_preset = 15 @@ -323,7 +321,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot7"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot7" unique_id=1566163728] visible = false layout_mode = 1 anchors_preset = 15 @@ -333,7 +331,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot7"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot7" unique_id=1481246844] visible = false layout_mode = 1 anchors_preset = 15 @@ -343,11 +341,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot8" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot8" type="TextureRect" parent="PlayerboardUI" unique_id=938114837] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot8"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot8" unique_id=401721987] visible = false layout_mode = 1 anchors_preset = 15 @@ -357,7 +355,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot8"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot8" unique_id=1376951592] visible = false layout_mode = 1 anchors_preset = 15 @@ -367,7 +365,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot8"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot8" unique_id=1102977868] visible = false layout_mode = 1 anchors_preset = 15 @@ -377,11 +375,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot9" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot9" type="TextureRect" parent="PlayerboardUI" unique_id=534534704] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot9"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot9" unique_id=1770346068] visible = false layout_mode = 1 anchors_preset = 15 @@ -391,7 +389,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot9"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot9" unique_id=766423578] visible = false layout_mode = 1 anchors_preset = 15 @@ -401,7 +399,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot9"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot9" unique_id=1181489398] visible = false layout_mode = 1 anchors_preset = 15 @@ -411,11 +409,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot10" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot10" type="TextureRect" parent="PlayerboardUI" unique_id=636451025] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot10"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot10" unique_id=1245004854] visible = false layout_mode = 1 anchors_preset = 15 @@ -425,7 +423,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot10"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot10" unique_id=30620563] visible = false layout_mode = 1 anchors_preset = 15 @@ -435,7 +433,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot10"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot10" unique_id=1363271414] visible = false layout_mode = 1 anchors_preset = 15 @@ -445,11 +443,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot11" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot11" type="TextureRect" parent="PlayerboardUI" unique_id=2051524509] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot11"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot11" unique_id=1614021688] visible = false layout_mode = 1 anchors_preset = 15 @@ -459,7 +457,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot11"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot11" unique_id=758281654] visible = false layout_mode = 1 anchors_preset = 15 @@ -469,7 +467,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot11"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot11" unique_id=163093378] visible = false layout_mode = 1 anchors_preset = 15 @@ -479,11 +477,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot12" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot12" type="TextureRect" parent="PlayerboardUI" unique_id=925276846] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot12"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot12" unique_id=1576858084] visible = false layout_mode = 1 anchors_preset = 15 @@ -493,7 +491,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot12"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot12" unique_id=1873974196] visible = false layout_mode = 1 anchors_preset = 15 @@ -503,7 +501,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot12"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot12" unique_id=900814145] visible = false layout_mode = 1 anchors_preset = 15 @@ -513,11 +511,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot13" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot13" type="TextureRect" parent="PlayerboardUI" unique_id=909495835] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot13"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot13" unique_id=1624905781] visible = false layout_mode = 1 anchors_preset = 15 @@ -527,7 +525,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot13"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot13" unique_id=486248413] visible = false layout_mode = 1 anchors_preset = 15 @@ -537,7 +535,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot13"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot13" unique_id=422644295] visible = false layout_mode = 1 anchors_preset = 15 @@ -547,11 +545,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot14" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot14" type="TextureRect" parent="PlayerboardUI" unique_id=737644860] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot14"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot14" unique_id=1032216015] visible = false layout_mode = 1 anchors_preset = 15 @@ -561,7 +559,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot14"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot14" unique_id=696978614] visible = false layout_mode = 1 anchors_preset = 15 @@ -571,7 +569,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot14"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot14" unique_id=1064892480] visible = false layout_mode = 1 anchors_preset = 15 @@ -581,11 +579,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot15" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot15" type="TextureRect" parent="PlayerboardUI" unique_id=1136147007] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot15"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot15" unique_id=1580182980] visible = false layout_mode = 1 anchors_preset = 15 @@ -595,7 +593,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot15"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot15" unique_id=1765391901] visible = false layout_mode = 1 anchors_preset = 15 @@ -605,7 +603,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot15"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot15" unique_id=133958212] visible = false layout_mode = 1 anchors_preset = 15 @@ -615,11 +613,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot16" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot16" type="TextureRect" parent="PlayerboardUI" unique_id=2109205430] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot16"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot16" unique_id=446182783] visible = false layout_mode = 1 anchors_preset = 15 @@ -629,7 +627,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot16"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot16" unique_id=1827753928] visible = false layout_mode = 1 anchors_preset = 15 @@ -639,7 +637,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot16"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot16" unique_id=1344057414] visible = false layout_mode = 1 anchors_preset = 15 @@ -649,11 +647,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot17" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot17" type="TextureRect" parent="PlayerboardUI" unique_id=351204899] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot17"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot17" unique_id=1640516746] visible = false layout_mode = 1 anchors_preset = 15 @@ -663,7 +661,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot17"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot17" unique_id=132867691] visible = false layout_mode = 1 anchors_preset = 15 @@ -673,7 +671,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot17"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot17" unique_id=803227694] visible = false layout_mode = 1 anchors_preset = 15 @@ -683,11 +681,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot18" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot18" type="TextureRect" parent="PlayerboardUI" unique_id=536350471] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot18"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot18" unique_id=212705071] visible = false layout_mode = 1 anchors_preset = 15 @@ -697,7 +695,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot18"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot18" unique_id=1101007998] visible = false layout_mode = 1 anchors_preset = 15 @@ -707,7 +705,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot18"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot18" unique_id=1030093572] visible = false layout_mode = 1 anchors_preset = 15 @@ -717,11 +715,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot19" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot19" type="TextureRect" parent="PlayerboardUI" unique_id=1461676840] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot19"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot19" unique_id=1439023536] visible = false layout_mode = 1 anchors_preset = 15 @@ -731,7 +729,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot19"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot19" unique_id=1264764326] visible = false layout_mode = 1 anchors_preset = 15 @@ -741,7 +739,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot19"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot19" unique_id=299709465] visible = false layout_mode = 1 anchors_preset = 15 @@ -751,11 +749,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot20" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot20" type="TextureRect" parent="PlayerboardUI" unique_id=542215590] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot20"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot20" unique_id=1169738682] visible = false layout_mode = 1 anchors_preset = 15 @@ -765,7 +763,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot20"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot20" unique_id=208032353] visible = false layout_mode = 1 anchors_preset = 15 @@ -775,7 +773,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot20"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot20" unique_id=1033462955] visible = false layout_mode = 1 anchors_preset = 15 @@ -785,11 +783,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot21" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot21" type="TextureRect" parent="PlayerboardUI" unique_id=439690507] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot21"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot21" unique_id=692211878] visible = false layout_mode = 1 anchors_preset = 15 @@ -799,7 +797,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot21"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot21" unique_id=594256606] visible = false layout_mode = 1 anchors_preset = 15 @@ -809,7 +807,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot21"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot21" unique_id=1772295337] visible = false layout_mode = 1 anchors_preset = 15 @@ -819,11 +817,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot22" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot22" type="TextureRect" parent="PlayerboardUI" unique_id=1746946315] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot22"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot22" unique_id=1547273425] visible = false layout_mode = 1 anchors_preset = 15 @@ -833,7 +831,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot22"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot22" unique_id=1649825132] visible = false layout_mode = 1 anchors_preset = 15 @@ -843,7 +841,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot22"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot22" unique_id=1471131645] visible = false layout_mode = 1 anchors_preset = 15 @@ -853,11 +851,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot23" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot23" type="TextureRect" parent="PlayerboardUI" unique_id=1913562869] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot23"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot23" unique_id=268623096] visible = false layout_mode = 1 anchors_preset = 15 @@ -867,7 +865,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot23"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot23" unique_id=1421300869] visible = false layout_mode = 1 anchors_preset = 15 @@ -877,7 +875,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot23"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot23" unique_id=163510096] visible = false layout_mode = 1 anchors_preset = 15 @@ -887,11 +885,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot24" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot24" type="TextureRect" parent="PlayerboardUI" unique_id=1467291481] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot24"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot24" unique_id=2015669012] visible = false layout_mode = 1 anchors_preset = 15 @@ -901,7 +899,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot24"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot24" unique_id=1880311014] visible = false layout_mode = 1 anchors_preset = 15 @@ -911,7 +909,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot24"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot24" unique_id=1906720138] visible = false layout_mode = 1 anchors_preset = 15 @@ -921,11 +919,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="Slot25" type="TextureRect" parent="PlayerboardUI"] +[node name="Slot25" type="TextureRect" parent="PlayerboardUI" unique_id=350944223] layout_mode = 2 texture = ExtResource("6_2vy7d") -[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot25"] +[node name="HighlightRect" type="TextureRect" parent="PlayerboardUI/Slot25" unique_id=1747417979] visible = false layout_mode = 1 anchors_preset = 15 @@ -935,7 +933,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_2nq2l") -[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot25"] +[node name="SelectRect" type="TextureRect" parent="PlayerboardUI/Slot25" unique_id=1587427271] visible = false layout_mode = 1 anchors_preset = 15 @@ -945,7 +943,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_b18m4") -[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot25"] +[node name="AdjacentRect" type="TextureRect" parent="PlayerboardUI/Slot25" unique_id=597526788] visible = false layout_mode = 1 anchors_preset = 15 @@ -955,7 +953,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_6gcb6") -[node name="PowerUpBar" type="PanelContainer" parent="."] +[node name="PowerUpBar" type="PanelContainer" parent="." unique_id=1775378146] anchors_preset = 4 anchor_top = 0.5 anchor_bottom = 0.5 @@ -965,32 +963,32 @@ offset_right = 149.0 offset_bottom = -202.0 grow_vertical = 2 -[node name="HBox" type="HBoxContainer" parent="PowerUpBar"] +[node name="HBox" type="HBoxContainer" parent="PowerUpBar" unique_id=334600330] layout_mode = 2 theme_override_constants/separation = 4 -[node name="PowerLabel" type="Label" parent="PowerUpBar/HBox"] +[node name="PowerLabel" type="Label" parent="PowerUpBar/HBox" unique_id=1945535407] layout_mode = 2 theme_override_font_sizes/font_size = 18 text = "⚡" -[node name="Segment0" type="Panel" parent="PowerUpBar/HBox"] +[node name="Segment0" type="Panel" parent="PowerUpBar/HBox" unique_id=500774723] custom_minimum_size = Vector2(20, 16) layout_mode = 2 -[node name="Segment1" type="Panel" parent="PowerUpBar/HBox"] +[node name="Segment1" type="Panel" parent="PowerUpBar/HBox" unique_id=1042222722] custom_minimum_size = Vector2(20, 16) layout_mode = 2 -[node name="Segment2" type="Panel" parent="PowerUpBar/HBox"] +[node name="Segment2" type="Panel" parent="PowerUpBar/HBox" unique_id=272336972] custom_minimum_size = Vector2(20, 16) layout_mode = 2 -[node name="Segment3" type="Panel" parent="PowerUpBar/HBox"] +[node name="Segment3" type="Panel" parent="PowerUpBar/HBox" unique_id=293120308] custom_minimum_size = Vector2(20, 16) layout_mode = 2 -[node name="ActionMenu" type="Control" parent="."] +[node name="ActionMenu" type="Control" parent="." unique_id=1310927215] visible = false layout_mode = 3 anchors_preset = 3 @@ -1003,40 +1001,40 @@ offset_top = -384.0 grow_horizontal = 0 grow_vertical = 0 -[node name="ActionButtonContainer" type="VBoxContainer" parent="ActionMenu"] +[node name="ActionButtonContainer" type="VBoxContainer" parent="ActionMenu" unique_id=1026460846] visible = false layout_mode = 0 offset_right = 40.0 offset_bottom = 40.0 -[node name="MoveButton" type="Button" parent="ActionMenu/ActionButtonContainer"] +[node name="MoveButton" type="Button" parent="ActionMenu/ActionButtonContainer" unique_id=1233901451] visible = false layout_mode = 2 text = "Move" -[node name="GrabButton" type="Button" parent="ActionMenu/ActionButtonContainer"] +[node name="GrabButton" type="Button" parent="ActionMenu/ActionButtonContainer" unique_id=1584219139] visible = false custom_minimum_size = Vector2(100, 100) layout_mode = 2 text = "Grab" -[node name="PutButton" type="Button" parent="ActionMenu/ActionButtonContainer"] +[node name="PutButton" type="Button" parent="ActionMenu/ActionButtonContainer" unique_id=508990607] visible = false custom_minimum_size = Vector2(100, 100) layout_mode = 2 text = "Put" -[node name="RandomizeButton" type="Button" parent="ActionMenu/ActionButtonContainer"] +[node name="RandomizeButton" type="Button" parent="ActionMenu/ActionButtonContainer" unique_id=900485412] visible = false layout_mode = 2 text = "Randomize" -[node name="ArrangeButton" type="Button" parent="ActionMenu/ActionButtonContainer"] +[node name="ArrangeButton" type="Button" parent="ActionMenu/ActionButtonContainer" unique_id=707990056] visible = false layout_mode = 2 text = "Arrange" -[node name="Menu" type="VBoxContainer" parent="."] +[node name="Menu" type="VBoxContainer" parent="." unique_id=1890529349] visible = false anchors_preset = 8 anchor_left = 0.5 @@ -1051,7 +1049,7 @@ grow_horizontal = 2 grow_vertical = 2 theme_override_constants/separation = 20 -[node name="Host" type="Button" parent="Menu"] +[node name="Host" type="Button" parent="Menu" unique_id=339251870] layout_mode = 2 theme_override_styles/normal = ExtResource("5_dvx6y") theme_override_styles/normal_mirrored = ExtResource("5_dvx6y") @@ -1066,7 +1064,7 @@ theme_override_styles/disabled_mirrored = ExtResource("5_dvx6y") theme_override_styles/focus = ExtResource("5_dvx6y") text = "Host" -[node name="Join" type="Button" parent="Menu"] +[node name="Join" type="Button" parent="Menu" unique_id=174963990] layout_mode = 2 theme_override_styles/normal = ExtResource("5_dvx6y") theme_override_styles/normal_mirrored = ExtResource("5_dvx6y") @@ -1081,7 +1079,7 @@ theme_override_styles/disabled_mirrored = ExtResource("5_dvx6y") theme_override_styles/focus = ExtResource("5_dvx6y") text = "Join" -[node name="MessageInput" type="LineEdit" parent="."] +[node name="MessageInput" type="LineEdit" parent="." unique_id=286018566] visible = false anchors_preset = 7 anchor_left = 0.5 @@ -1099,12 +1097,12 @@ theme_override_styles/focus = SubResource("StyleBoxFlat_1cewu") placeholder_text = "Chat" alignment = 1 -[node name="WorldEnvironment" type="WorldEnvironment" parent="."] +[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=12971344] environment = ExtResource("4_ky38j") -[node name="CanvasLayer" type="CanvasLayer" parent="."] +[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=2131054934] -[node name="AllPlayerGoals" type="HBoxContainer" parent="."] +[node name="AllPlayerGoals" type="HBoxContainer" parent="." unique_id=1868958332] visible = false y_sort_enabled = true clip_contents = true @@ -1118,13 +1116,13 @@ offset_right = 253.0 offset_bottom = 114.0 grow_horizontal = 2 -[node name="Panel1" type="Panel" parent="AllPlayerGoals"] +[node name="Panel1" type="Panel" parent="AllPlayerGoals" unique_id=1435567102] visible = false custom_minimum_size = Vector2(105, 105) layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4") -[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel1"] +[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel1" unique_id=483356482] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -1138,16 +1136,16 @@ offset_bottom = 36.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel1/MarginContainer"] +[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel1/MarginContainer" unique_id=1844478133] clip_contents = true layout_mode = 2 columns = 3 -[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"] +[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals" unique_id=2041881380] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot1" unique_id=77967801] visible = false layout_mode = 0 offset_right = 24.0 @@ -1156,7 +1154,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot1" unique_id=1389236791] visible = false layout_mode = 1 anchors_preset = 15 @@ -1166,7 +1164,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot1" unique_id=1319239470] visible = false layout_mode = 1 anchors_preset = 15 @@ -1176,7 +1174,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot1" unique_id=1851886697] visible = false layout_mode = 1 anchors_preset = 15 @@ -1186,11 +1184,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"] +[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals" unique_id=566375646] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot2" unique_id=1598874533] visible = false layout_mode = 0 offset_right = 24.0 @@ -1199,7 +1197,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot2" unique_id=1578735290] visible = false layout_mode = 1 anchors_preset = 15 @@ -1209,7 +1207,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot2" unique_id=277392778] visible = false layout_mode = 1 anchors_preset = 15 @@ -1219,7 +1217,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot2" unique_id=463533994] visible = false layout_mode = 1 anchors_preset = 15 @@ -1229,11 +1227,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"] +[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals" unique_id=924183260] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot3" unique_id=448135304] visible = false layout_mode = 0 offset_right = 24.0 @@ -1242,7 +1240,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot3" unique_id=1808272537] visible = false layout_mode = 1 anchors_preset = 15 @@ -1252,7 +1250,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot3" unique_id=634572488] visible = false layout_mode = 1 anchors_preset = 15 @@ -1262,7 +1260,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot3" unique_id=363374460] visible = false layout_mode = 1 anchors_preset = 15 @@ -1272,11 +1270,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"] +[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals" unique_id=1219571995] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot4" unique_id=695887273] visible = false layout_mode = 0 offset_right = 24.0 @@ -1285,7 +1283,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot4" unique_id=1474122429] visible = false layout_mode = 1 anchors_preset = 15 @@ -1295,7 +1293,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot4" unique_id=725807571] visible = false layout_mode = 1 anchors_preset = 15 @@ -1305,7 +1303,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot4" unique_id=996819426] visible = false layout_mode = 1 anchors_preset = 15 @@ -1315,11 +1313,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"] +[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals" unique_id=821118710] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot5" unique_id=748282422] visible = false layout_mode = 0 offset_right = 24.0 @@ -1328,7 +1326,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot5" unique_id=70763863] visible = false layout_mode = 1 anchors_preset = 15 @@ -1338,7 +1336,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot5" unique_id=927560436] visible = false layout_mode = 1 anchors_preset = 15 @@ -1348,7 +1346,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot5" unique_id=685852998] visible = false layout_mode = 1 anchors_preset = 15 @@ -1358,11 +1356,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"] +[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals" unique_id=534477263] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot6" unique_id=583263907] visible = false layout_mode = 0 offset_right = 24.0 @@ -1371,7 +1369,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot6" unique_id=745158457] visible = false layout_mode = 1 anchors_preset = 15 @@ -1381,7 +1379,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot6" unique_id=1369197798] visible = false layout_mode = 1 anchors_preset = 15 @@ -1391,7 +1389,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot6" unique_id=964692050] visible = false layout_mode = 1 anchors_preset = 15 @@ -1401,11 +1399,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"] +[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals" unique_id=433193429] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot7" unique_id=394556623] visible = false layout_mode = 0 offset_right = 24.0 @@ -1414,7 +1412,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot7" unique_id=193878923] visible = false layout_mode = 1 anchors_preset = 15 @@ -1424,7 +1422,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot7" unique_id=704069692] visible = false layout_mode = 1 anchors_preset = 15 @@ -1434,7 +1432,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot7" unique_id=382648612] visible = false layout_mode = 1 anchors_preset = 15 @@ -1444,11 +1442,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"] +[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals" unique_id=909357532] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot8" unique_id=334166337] visible = false layout_mode = 0 offset_right = 24.0 @@ -1457,7 +1455,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot8" unique_id=2014482274] visible = false layout_mode = 1 anchors_preset = 15 @@ -1467,7 +1465,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot8" unique_id=123543493] visible = false layout_mode = 1 anchors_preset = 15 @@ -1477,7 +1475,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot8" unique_id=689382390] visible = false layout_mode = 1 anchors_preset = 15 @@ -1487,11 +1485,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals"] +[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals" unique_id=672317297] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot9" unique_id=534188018] visible = false layout_mode = 0 offset_right = 24.0 @@ -1500,7 +1498,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot9" unique_id=1002172255] visible = false layout_mode = 1 anchors_preset = 15 @@ -1510,7 +1508,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot9" unique_id=1837637220] visible = false layout_mode = 1 anchors_preset = 15 @@ -1520,7 +1518,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel1/MarginContainer/Playergoals/Slot9" unique_id=1950914218] visible = false layout_mode = 1 anchors_preset = 15 @@ -1530,13 +1528,13 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Panel2" type="Panel" parent="AllPlayerGoals"] +[node name="Panel2" type="Panel" parent="AllPlayerGoals" unique_id=1319244066] visible = false custom_minimum_size = Vector2(105, 105) layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4") -[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel2"] +[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel2" unique_id=1664653892] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -1550,16 +1548,16 @@ offset_bottom = 36.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel2/MarginContainer"] +[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel2/MarginContainer" unique_id=1370021675] clip_contents = true layout_mode = 2 columns = 3 -[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"] +[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals" unique_id=495924360] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot1" unique_id=1917943695] visible = false layout_mode = 0 offset_right = 24.0 @@ -1568,7 +1566,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot1" unique_id=1112282949] visible = false layout_mode = 1 anchors_preset = 15 @@ -1578,7 +1576,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot1" unique_id=515126717] visible = false layout_mode = 1 anchors_preset = 15 @@ -1588,7 +1586,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot1" unique_id=1336096458] visible = false layout_mode = 1 anchors_preset = 15 @@ -1598,11 +1596,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"] +[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals" unique_id=306063169] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot2" unique_id=191009629] visible = false layout_mode = 0 offset_right = 24.0 @@ -1611,7 +1609,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot2" unique_id=1519125897] visible = false layout_mode = 1 anchors_preset = 15 @@ -1621,7 +1619,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot2" unique_id=695711638] visible = false layout_mode = 1 anchors_preset = 15 @@ -1631,7 +1629,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot2" unique_id=19682025] visible = false layout_mode = 1 anchors_preset = 15 @@ -1641,11 +1639,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"] +[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals" unique_id=337008101] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot3" unique_id=1758458620] visible = false layout_mode = 0 offset_right = 24.0 @@ -1654,7 +1652,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot3" unique_id=517728576] visible = false layout_mode = 1 anchors_preset = 15 @@ -1664,7 +1662,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot3" unique_id=1142002346] visible = false layout_mode = 1 anchors_preset = 15 @@ -1674,7 +1672,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot3" unique_id=111525811] visible = false layout_mode = 1 anchors_preset = 15 @@ -1684,11 +1682,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"] +[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals" unique_id=487019512] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot4" unique_id=350616705] visible = false layout_mode = 0 offset_right = 24.0 @@ -1697,7 +1695,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot4" unique_id=840627470] visible = false layout_mode = 1 anchors_preset = 15 @@ -1707,7 +1705,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot4" unique_id=876207474] visible = false layout_mode = 1 anchors_preset = 15 @@ -1717,7 +1715,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot4" unique_id=1098632268] visible = false layout_mode = 1 anchors_preset = 15 @@ -1727,11 +1725,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"] +[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals" unique_id=2043600721] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot5" unique_id=1133795269] visible = false layout_mode = 0 offset_right = 24.0 @@ -1740,7 +1738,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot5" unique_id=340029637] visible = false layout_mode = 1 anchors_preset = 15 @@ -1750,7 +1748,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot5" unique_id=1894376778] visible = false layout_mode = 1 anchors_preset = 15 @@ -1760,7 +1758,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot5" unique_id=201565067] visible = false layout_mode = 1 anchors_preset = 15 @@ -1770,11 +1768,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"] +[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals" unique_id=815885839] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot6" unique_id=180137598] visible = false layout_mode = 0 offset_right = 24.0 @@ -1783,7 +1781,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot6" unique_id=928929119] visible = false layout_mode = 1 anchors_preset = 15 @@ -1793,7 +1791,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot6" unique_id=1526487833] visible = false layout_mode = 1 anchors_preset = 15 @@ -1803,7 +1801,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot6" unique_id=809772721] visible = false layout_mode = 1 anchors_preset = 15 @@ -1813,11 +1811,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"] +[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals" unique_id=27979150] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot7" unique_id=272490061] visible = false layout_mode = 0 offset_right = 24.0 @@ -1826,7 +1824,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot7" unique_id=138879348] visible = false layout_mode = 1 anchors_preset = 15 @@ -1836,7 +1834,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot7" unique_id=494944833] visible = false layout_mode = 1 anchors_preset = 15 @@ -1846,7 +1844,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot7" unique_id=626722821] visible = false layout_mode = 1 anchors_preset = 15 @@ -1856,11 +1854,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"] +[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals" unique_id=331900943] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot8" unique_id=2145979649] visible = false layout_mode = 0 offset_right = 24.0 @@ -1869,7 +1867,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot8" unique_id=1713643814] visible = false layout_mode = 1 anchors_preset = 15 @@ -1879,7 +1877,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot8" unique_id=1004311425] visible = false layout_mode = 1 anchors_preset = 15 @@ -1889,7 +1887,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot8" unique_id=724863517] visible = false layout_mode = 1 anchors_preset = 15 @@ -1899,11 +1897,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals"] +[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals" unique_id=1278180686] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot9" unique_id=990304283] visible = false layout_mode = 0 offset_right = 24.0 @@ -1912,7 +1910,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot9" unique_id=1560618749] visible = false layout_mode = 1 anchors_preset = 15 @@ -1922,7 +1920,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot9" unique_id=1483065847] visible = false layout_mode = 1 anchors_preset = 15 @@ -1932,7 +1930,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel2/MarginContainer/Playergoals/Slot9" unique_id=1687011831] visible = false layout_mode = 1 anchors_preset = 15 @@ -1942,13 +1940,13 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Panel3" type="Panel" parent="AllPlayerGoals"] +[node name="Panel3" type="Panel" parent="AllPlayerGoals" unique_id=2062937406] visible = false custom_minimum_size = Vector2(105, 105) layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4") -[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel3"] +[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel3" unique_id=2000220656] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -1962,16 +1960,16 @@ offset_bottom = 36.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel3/MarginContainer"] +[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel3/MarginContainer" unique_id=1481629681] clip_contents = true layout_mode = 2 columns = 3 -[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"] +[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals" unique_id=1093355881] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot1" unique_id=1848512603] visible = false layout_mode = 0 offset_right = 24.0 @@ -1980,7 +1978,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot1" unique_id=1445692480] visible = false layout_mode = 1 anchors_preset = 15 @@ -1990,7 +1988,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot1" unique_id=1370539138] visible = false layout_mode = 1 anchors_preset = 15 @@ -2000,7 +1998,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot1" unique_id=339665955] visible = false layout_mode = 1 anchors_preset = 15 @@ -2010,11 +2008,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"] +[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals" unique_id=1206337822] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot2" unique_id=1889202989] visible = false layout_mode = 0 offset_right = 24.0 @@ -2023,7 +2021,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot2" unique_id=282575119] visible = false layout_mode = 1 anchors_preset = 15 @@ -2033,7 +2031,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot2" unique_id=2000091270] visible = false layout_mode = 1 anchors_preset = 15 @@ -2043,7 +2041,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot2" unique_id=95582864] visible = false layout_mode = 1 anchors_preset = 15 @@ -2053,11 +2051,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"] +[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals" unique_id=1776837161] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot3" unique_id=218808541] visible = false layout_mode = 0 offset_right = 24.0 @@ -2066,7 +2064,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot3" unique_id=579596729] visible = false layout_mode = 1 anchors_preset = 15 @@ -2076,7 +2074,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot3" unique_id=1093961646] visible = false layout_mode = 1 anchors_preset = 15 @@ -2086,7 +2084,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot3" unique_id=633374841] visible = false layout_mode = 1 anchors_preset = 15 @@ -2096,11 +2094,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"] +[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals" unique_id=119874342] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot4" unique_id=1681841519] visible = false layout_mode = 0 offset_right = 24.0 @@ -2109,7 +2107,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot4" unique_id=293587282] visible = false layout_mode = 1 anchors_preset = 15 @@ -2119,7 +2117,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot4" unique_id=1023928601] visible = false layout_mode = 1 anchors_preset = 15 @@ -2129,7 +2127,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot4" unique_id=345203617] visible = false layout_mode = 1 anchors_preset = 15 @@ -2139,11 +2137,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"] +[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals" unique_id=1777802870] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot5" unique_id=1521845468] visible = false layout_mode = 0 offset_right = 24.0 @@ -2152,7 +2150,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot5" unique_id=1094222650] visible = false layout_mode = 1 anchors_preset = 15 @@ -2162,7 +2160,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot5" unique_id=667804592] visible = false layout_mode = 1 anchors_preset = 15 @@ -2172,7 +2170,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot5" unique_id=1949784856] visible = false layout_mode = 1 anchors_preset = 15 @@ -2182,11 +2180,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"] +[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals" unique_id=861154959] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot6" unique_id=1044394633] visible = false layout_mode = 0 offset_right = 24.0 @@ -2195,7 +2193,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot6" unique_id=1961113598] visible = false layout_mode = 1 anchors_preset = 15 @@ -2205,7 +2203,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot6" unique_id=940790469] visible = false layout_mode = 1 anchors_preset = 15 @@ -2215,7 +2213,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot6" unique_id=582365279] visible = false layout_mode = 1 anchors_preset = 15 @@ -2225,11 +2223,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"] +[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals" unique_id=455468434] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot7" unique_id=679401029] visible = false layout_mode = 0 offset_right = 24.0 @@ -2238,7 +2236,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot7" unique_id=1965790502] visible = false layout_mode = 1 anchors_preset = 15 @@ -2248,7 +2246,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot7" unique_id=2039150513] visible = false layout_mode = 1 anchors_preset = 15 @@ -2258,7 +2256,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot7" unique_id=1016606764] visible = false layout_mode = 1 anchors_preset = 15 @@ -2268,11 +2266,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"] +[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals" unique_id=573279430] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot8" unique_id=658807898] visible = false layout_mode = 0 offset_right = 24.0 @@ -2281,7 +2279,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot8" unique_id=1333856512] visible = false layout_mode = 1 anchors_preset = 15 @@ -2291,7 +2289,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot8" unique_id=1678023790] visible = false layout_mode = 1 anchors_preset = 15 @@ -2301,7 +2299,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot8" unique_id=409672934] visible = false layout_mode = 1 anchors_preset = 15 @@ -2311,11 +2309,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals"] +[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals" unique_id=221378264] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot9" unique_id=1603580515] visible = false layout_mode = 0 offset_right = 24.0 @@ -2324,7 +2322,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot9" unique_id=831259146] visible = false layout_mode = 1 anchors_preset = 15 @@ -2334,7 +2332,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot9" unique_id=1410534113] visible = false layout_mode = 1 anchors_preset = 15 @@ -2344,7 +2342,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel3/MarginContainer/Playergoals/Slot9" unique_id=1459758863] visible = false layout_mode = 1 anchors_preset = 15 @@ -2354,13 +2352,13 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Panel4" type="Panel" parent="AllPlayerGoals"] +[node name="Panel4" type="Panel" parent="AllPlayerGoals" unique_id=1423159996] visible = false custom_minimum_size = Vector2(105, 105) layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4") -[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel4"] +[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel4" unique_id=1379649210] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -2374,16 +2372,16 @@ offset_bottom = 36.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel4/MarginContainer"] +[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel4/MarginContainer" unique_id=695329878] clip_contents = true layout_mode = 2 columns = 3 -[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"] +[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals" unique_id=1793398481] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot1" unique_id=383423869] visible = false layout_mode = 0 offset_right = 24.0 @@ -2392,7 +2390,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot1" unique_id=657248692] visible = false layout_mode = 1 anchors_preset = 15 @@ -2402,7 +2400,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot1" unique_id=329586365] visible = false layout_mode = 1 anchors_preset = 15 @@ -2412,7 +2410,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot1" unique_id=390738443] visible = false layout_mode = 1 anchors_preset = 15 @@ -2422,11 +2420,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"] +[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals" unique_id=695187104] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot2" unique_id=1940745012] visible = false layout_mode = 0 offset_right = 24.0 @@ -2435,7 +2433,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot2" unique_id=175806780] visible = false layout_mode = 1 anchors_preset = 15 @@ -2445,7 +2443,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot2" unique_id=1127696315] visible = false layout_mode = 1 anchors_preset = 15 @@ -2455,7 +2453,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot2" unique_id=1738533530] visible = false layout_mode = 1 anchors_preset = 15 @@ -2465,11 +2463,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"] +[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals" unique_id=1173123913] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot3" unique_id=797631987] visible = false layout_mode = 0 offset_right = 24.0 @@ -2478,7 +2476,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot3" unique_id=182840177] visible = false layout_mode = 1 anchors_preset = 15 @@ -2488,7 +2486,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot3" unique_id=420604154] visible = false layout_mode = 1 anchors_preset = 15 @@ -2498,7 +2496,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot3" unique_id=7183565] visible = false layout_mode = 1 anchors_preset = 15 @@ -2508,11 +2506,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"] +[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals" unique_id=2052330561] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot4" unique_id=1578451193] visible = false layout_mode = 0 offset_right = 24.0 @@ -2521,7 +2519,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot4" unique_id=1367776723] visible = false layout_mode = 1 anchors_preset = 15 @@ -2531,7 +2529,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot4" unique_id=1265951900] visible = false layout_mode = 1 anchors_preset = 15 @@ -2541,7 +2539,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot4" unique_id=1703087838] visible = false layout_mode = 1 anchors_preset = 15 @@ -2551,11 +2549,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"] +[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals" unique_id=497097373] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot5" unique_id=1194119028] visible = false layout_mode = 0 offset_right = 24.0 @@ -2564,7 +2562,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot5" unique_id=1092361120] visible = false layout_mode = 1 anchors_preset = 15 @@ -2574,7 +2572,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot5" unique_id=1796371363] visible = false layout_mode = 1 anchors_preset = 15 @@ -2584,7 +2582,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot5" unique_id=1537337059] visible = false layout_mode = 1 anchors_preset = 15 @@ -2594,11 +2592,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"] +[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals" unique_id=1760877726] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot6" unique_id=1572560799] visible = false layout_mode = 0 offset_right = 24.0 @@ -2607,7 +2605,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot6" unique_id=717255092] visible = false layout_mode = 1 anchors_preset = 15 @@ -2617,7 +2615,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot6" unique_id=1727213669] visible = false layout_mode = 1 anchors_preset = 15 @@ -2627,7 +2625,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot6" unique_id=542169823] visible = false layout_mode = 1 anchors_preset = 15 @@ -2637,11 +2635,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"] +[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals" unique_id=672099709] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot7" unique_id=492343350] visible = false layout_mode = 0 offset_right = 24.0 @@ -2650,7 +2648,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot7" unique_id=936300932] visible = false layout_mode = 1 anchors_preset = 15 @@ -2660,7 +2658,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot7" unique_id=124371671] visible = false layout_mode = 1 anchors_preset = 15 @@ -2670,7 +2668,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot7" unique_id=637828021] visible = false layout_mode = 1 anchors_preset = 15 @@ -2680,11 +2678,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"] +[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals" unique_id=678883188] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot8" unique_id=1313978591] visible = false layout_mode = 0 offset_right = 24.0 @@ -2693,7 +2691,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot8" unique_id=1309225322] visible = false layout_mode = 1 anchors_preset = 15 @@ -2703,7 +2701,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot8" unique_id=1812924559] visible = false layout_mode = 1 anchors_preset = 15 @@ -2713,7 +2711,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot8" unique_id=1488627220] visible = false layout_mode = 1 anchors_preset = 15 @@ -2723,11 +2721,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals"] +[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals" unique_id=898515037] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot9" unique_id=1729367482] visible = false layout_mode = 0 offset_right = 24.0 @@ -2736,7 +2734,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot9" unique_id=1435052990] visible = false layout_mode = 1 anchors_preset = 15 @@ -2746,7 +2744,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot9" unique_id=640323930] visible = false layout_mode = 1 anchors_preset = 15 @@ -2756,7 +2754,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel4/MarginContainer/Playergoals/Slot9" unique_id=101114468] visible = false layout_mode = 1 anchors_preset = 15 @@ -2766,13 +2764,13 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Panel5" type="Panel" parent="AllPlayerGoals"] +[node name="Panel5" type="Panel" parent="AllPlayerGoals" unique_id=1996050547] visible = false custom_minimum_size = Vector2(105, 105) layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4") -[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel5"] +[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel5" unique_id=706456576] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -2786,16 +2784,16 @@ offset_bottom = 36.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel5/MarginContainer"] +[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel5/MarginContainer" unique_id=1225278027] clip_contents = true layout_mode = 2 columns = 3 -[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"] +[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals" unique_id=196237002] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot1" unique_id=196721651] visible = false layout_mode = 0 offset_right = 24.0 @@ -2804,7 +2802,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot1" unique_id=444229670] visible = false layout_mode = 1 anchors_preset = 15 @@ -2814,7 +2812,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot1" unique_id=1098507154] visible = false layout_mode = 1 anchors_preset = 15 @@ -2824,7 +2822,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot1" unique_id=762949579] visible = false layout_mode = 1 anchors_preset = 15 @@ -2834,11 +2832,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"] +[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals" unique_id=1904573888] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot2" unique_id=1975394018] visible = false layout_mode = 0 offset_right = 24.0 @@ -2847,7 +2845,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot2" unique_id=1976330670] visible = false layout_mode = 1 anchors_preset = 15 @@ -2857,7 +2855,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot2" unique_id=225240625] visible = false layout_mode = 1 anchors_preset = 15 @@ -2867,7 +2865,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot2" unique_id=1684303384] visible = false layout_mode = 1 anchors_preset = 15 @@ -2877,11 +2875,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"] +[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals" unique_id=128114748] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot3" unique_id=1512205392] visible = false layout_mode = 0 offset_right = 24.0 @@ -2890,7 +2888,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot3" unique_id=223450403] visible = false layout_mode = 1 anchors_preset = 15 @@ -2900,7 +2898,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot3" unique_id=1675964502] visible = false layout_mode = 1 anchors_preset = 15 @@ -2910,7 +2908,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot3" unique_id=1597329179] visible = false layout_mode = 1 anchors_preset = 15 @@ -2920,11 +2918,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"] +[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals" unique_id=1741233425] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot4" unique_id=223054362] visible = false layout_mode = 0 offset_right = 24.0 @@ -2933,7 +2931,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot4" unique_id=947961064] visible = false layout_mode = 1 anchors_preset = 15 @@ -2943,7 +2941,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot4" unique_id=264549738] visible = false layout_mode = 1 anchors_preset = 15 @@ -2953,7 +2951,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot4" unique_id=1367436576] visible = false layout_mode = 1 anchors_preset = 15 @@ -2963,11 +2961,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"] +[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals" unique_id=1861352661] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot5" unique_id=517175251] visible = false layout_mode = 0 offset_right = 24.0 @@ -2976,7 +2974,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot5" unique_id=2038606184] visible = false layout_mode = 1 anchors_preset = 15 @@ -2986,7 +2984,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot5" unique_id=843032932] visible = false layout_mode = 1 anchors_preset = 15 @@ -2996,7 +2994,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot5" unique_id=161659283] visible = false layout_mode = 1 anchors_preset = 15 @@ -3006,11 +3004,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"] +[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals" unique_id=166941694] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot6" unique_id=524661004] visible = false layout_mode = 0 offset_right = 24.0 @@ -3019,7 +3017,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot6" unique_id=286557509] visible = false layout_mode = 1 anchors_preset = 15 @@ -3029,7 +3027,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot6" unique_id=1451892311] visible = false layout_mode = 1 anchors_preset = 15 @@ -3039,7 +3037,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot6" unique_id=1966427342] visible = false layout_mode = 1 anchors_preset = 15 @@ -3049,11 +3047,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"] +[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals" unique_id=628048895] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot7" unique_id=735494962] visible = false layout_mode = 0 offset_right = 24.0 @@ -3062,7 +3060,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot7" unique_id=450045653] visible = false layout_mode = 1 anchors_preset = 15 @@ -3072,7 +3070,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot7" unique_id=1234455705] visible = false layout_mode = 1 anchors_preset = 15 @@ -3082,7 +3080,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot7" unique_id=1408926154] visible = false layout_mode = 1 anchors_preset = 15 @@ -3092,11 +3090,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"] +[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals" unique_id=578400654] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot8" unique_id=684505866] visible = false layout_mode = 0 offset_right = 24.0 @@ -3105,7 +3103,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot8" unique_id=1591429967] visible = false layout_mode = 1 anchors_preset = 15 @@ -3115,7 +3113,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot8" unique_id=2724628] visible = false layout_mode = 1 anchors_preset = 15 @@ -3125,7 +3123,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot8" unique_id=169190578] visible = false layout_mode = 1 anchors_preset = 15 @@ -3135,11 +3133,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals"] +[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals" unique_id=375356611] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot9" unique_id=150495285] visible = false layout_mode = 0 offset_right = 24.0 @@ -3148,7 +3146,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot9" unique_id=63734944] visible = false layout_mode = 1 anchors_preset = 15 @@ -3158,7 +3156,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot9" unique_id=863201757] visible = false layout_mode = 1 anchors_preset = 15 @@ -3168,7 +3166,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel5/MarginContainer/Playergoals/Slot9" unique_id=1383241668] visible = false layout_mode = 1 anchors_preset = 15 @@ -3178,13 +3176,13 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Panel6" type="Panel" parent="AllPlayerGoals"] +[node name="Panel6" type="Panel" parent="AllPlayerGoals" unique_id=24945543] visible = false custom_minimum_size = Vector2(105, 105) layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4") -[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel6"] +[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel6" unique_id=1730760866] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -3198,16 +3196,16 @@ offset_bottom = 36.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel6/MarginContainer"] +[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel6/MarginContainer" unique_id=1737997641] clip_contents = true layout_mode = 2 columns = 3 -[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"] +[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals" unique_id=1923504927] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot1" unique_id=347959151] visible = false layout_mode = 0 offset_right = 24.0 @@ -3216,7 +3214,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot1" unique_id=1788082065] visible = false layout_mode = 1 anchors_preset = 15 @@ -3226,7 +3224,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot1" unique_id=1567558188] visible = false layout_mode = 1 anchors_preset = 15 @@ -3236,7 +3234,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot1" unique_id=1885077387] visible = false layout_mode = 1 anchors_preset = 15 @@ -3246,11 +3244,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"] +[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals" unique_id=1486667170] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot2" unique_id=2132714960] visible = false layout_mode = 0 offset_right = 24.0 @@ -3259,7 +3257,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot2" unique_id=1421374103] visible = false layout_mode = 1 anchors_preset = 15 @@ -3269,7 +3267,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot2" unique_id=2081587112] visible = false layout_mode = 1 anchors_preset = 15 @@ -3279,7 +3277,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot2" unique_id=1167101927] visible = false layout_mode = 1 anchors_preset = 15 @@ -3289,11 +3287,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"] +[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals" unique_id=2082778556] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot3" unique_id=1760516132] visible = false layout_mode = 0 offset_right = 24.0 @@ -3302,7 +3300,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot3" unique_id=195864803] visible = false layout_mode = 1 anchors_preset = 15 @@ -3312,7 +3310,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot3" unique_id=1297119728] visible = false layout_mode = 1 anchors_preset = 15 @@ -3322,7 +3320,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot3" unique_id=397299191] visible = false layout_mode = 1 anchors_preset = 15 @@ -3332,11 +3330,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"] +[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals" unique_id=827969889] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot4" unique_id=1125322212] visible = false layout_mode = 0 offset_right = 24.0 @@ -3345,7 +3343,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot4" unique_id=91225403] visible = false layout_mode = 1 anchors_preset = 15 @@ -3355,7 +3353,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot4" unique_id=686774531] visible = false layout_mode = 1 anchors_preset = 15 @@ -3365,7 +3363,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot4" unique_id=2105273134] visible = false layout_mode = 1 anchors_preset = 15 @@ -3375,11 +3373,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"] +[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals" unique_id=518284387] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot5" unique_id=1791839609] visible = false layout_mode = 0 offset_right = 24.0 @@ -3388,7 +3386,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot5" unique_id=2125737792] visible = false layout_mode = 1 anchors_preset = 15 @@ -3398,7 +3396,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot5" unique_id=367256629] visible = false layout_mode = 1 anchors_preset = 15 @@ -3408,7 +3406,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot5" unique_id=1053598854] visible = false layout_mode = 1 anchors_preset = 15 @@ -3418,11 +3416,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"] +[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals" unique_id=626452899] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot6" unique_id=1486656838] visible = false layout_mode = 0 offset_right = 24.0 @@ -3431,7 +3429,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot6" unique_id=453482911] visible = false layout_mode = 1 anchors_preset = 15 @@ -3441,7 +3439,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot6" unique_id=508083342] visible = false layout_mode = 1 anchors_preset = 15 @@ -3451,7 +3449,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot6" unique_id=1116810344] visible = false layout_mode = 1 anchors_preset = 15 @@ -3461,11 +3459,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"] +[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals" unique_id=214045104] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot7" unique_id=1886238873] visible = false layout_mode = 0 offset_right = 24.0 @@ -3474,7 +3472,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot7" unique_id=1783245831] visible = false layout_mode = 1 anchors_preset = 15 @@ -3484,7 +3482,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot7" unique_id=1428820548] visible = false layout_mode = 1 anchors_preset = 15 @@ -3494,7 +3492,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot7" unique_id=437962945] visible = false layout_mode = 1 anchors_preset = 15 @@ -3504,11 +3502,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"] +[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals" unique_id=418641570] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot8" unique_id=1923845736] visible = false layout_mode = 0 offset_right = 24.0 @@ -3517,7 +3515,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot8" unique_id=271279606] visible = false layout_mode = 1 anchors_preset = 15 @@ -3527,7 +3525,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot8" unique_id=78859470] visible = false layout_mode = 1 anchors_preset = 15 @@ -3537,7 +3535,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot8" unique_id=1623690604] visible = false layout_mode = 1 anchors_preset = 15 @@ -3547,11 +3545,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals"] +[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals" unique_id=448230626] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot9" unique_id=1816741549] visible = false layout_mode = 0 offset_right = 24.0 @@ -3560,7 +3558,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot9" unique_id=785254017] visible = false layout_mode = 1 anchors_preset = 15 @@ -3570,7 +3568,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot9" unique_id=147798201] visible = false layout_mode = 1 anchors_preset = 15 @@ -3580,7 +3578,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel6/MarginContainer/Playergoals/Slot9" unique_id=259621615] visible = false layout_mode = 1 anchors_preset = 15 @@ -3590,13 +3588,13 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Panel7" type="Panel" parent="AllPlayerGoals"] +[node name="Panel7" type="Panel" parent="AllPlayerGoals" unique_id=1262478327] visible = false custom_minimum_size = Vector2(105, 105) layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4") -[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel7"] +[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel7" unique_id=1795746717] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -3610,16 +3608,16 @@ offset_bottom = 36.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel7/MarginContainer"] +[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel7/MarginContainer" unique_id=2089405397] clip_contents = true layout_mode = 2 columns = 3 -[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"] +[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals" unique_id=156603467] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot1" unique_id=1874368251] visible = false layout_mode = 0 offset_right = 24.0 @@ -3628,7 +3626,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot1" unique_id=1279254660] visible = false layout_mode = 1 anchors_preset = 15 @@ -3638,7 +3636,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot1" unique_id=1196232009] visible = false layout_mode = 1 anchors_preset = 15 @@ -3648,7 +3646,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot1" unique_id=733941810] visible = false layout_mode = 1 anchors_preset = 15 @@ -3658,11 +3656,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"] +[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals" unique_id=235695608] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot2" unique_id=1223362081] visible = false layout_mode = 0 offset_right = 24.0 @@ -3671,7 +3669,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot2" unique_id=546301118] visible = false layout_mode = 1 anchors_preset = 15 @@ -3681,7 +3679,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot2" unique_id=196780725] visible = false layout_mode = 1 anchors_preset = 15 @@ -3691,7 +3689,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot2" unique_id=1257556292] visible = false layout_mode = 1 anchors_preset = 15 @@ -3701,11 +3699,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"] +[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals" unique_id=1338923111] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot3" unique_id=1288625616] visible = false layout_mode = 0 offset_right = 24.0 @@ -3714,7 +3712,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot3" unique_id=410147595] visible = false layout_mode = 1 anchors_preset = 15 @@ -3724,7 +3722,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot3" unique_id=1395355187] visible = false layout_mode = 1 anchors_preset = 15 @@ -3734,7 +3732,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot3" unique_id=561813258] visible = false layout_mode = 1 anchors_preset = 15 @@ -3744,11 +3742,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"] +[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals" unique_id=1306033661] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot4" unique_id=935268246] visible = false layout_mode = 0 offset_right = 24.0 @@ -3757,7 +3755,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot4" unique_id=128769987] visible = false layout_mode = 1 anchors_preset = 15 @@ -3767,7 +3765,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot4" unique_id=958940697] visible = false layout_mode = 1 anchors_preset = 15 @@ -3777,7 +3775,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot4" unique_id=1141738385] visible = false layout_mode = 1 anchors_preset = 15 @@ -3787,11 +3785,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"] +[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals" unique_id=979390564] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot5" unique_id=588829378] visible = false layout_mode = 0 offset_right = 24.0 @@ -3800,7 +3798,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot5" unique_id=2060488024] visible = false layout_mode = 1 anchors_preset = 15 @@ -3810,7 +3808,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot5" unique_id=1247911303] visible = false layout_mode = 1 anchors_preset = 15 @@ -3820,7 +3818,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot5" unique_id=650615185] visible = false layout_mode = 1 anchors_preset = 15 @@ -3830,11 +3828,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"] +[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals" unique_id=663092655] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot6" unique_id=2089236708] visible = false layout_mode = 0 offset_right = 24.0 @@ -3843,7 +3841,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot6" unique_id=360279354] visible = false layout_mode = 1 anchors_preset = 15 @@ -3853,7 +3851,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot6" unique_id=1353669380] visible = false layout_mode = 1 anchors_preset = 15 @@ -3863,7 +3861,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot6" unique_id=1819436291] visible = false layout_mode = 1 anchors_preset = 15 @@ -3873,11 +3871,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"] +[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals" unique_id=694706108] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot7" unique_id=162991961] visible = false layout_mode = 0 offset_right = 24.0 @@ -3886,7 +3884,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot7" unique_id=903560757] visible = false layout_mode = 1 anchors_preset = 15 @@ -3896,7 +3894,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot7" unique_id=2051955481] visible = false layout_mode = 1 anchors_preset = 15 @@ -3906,7 +3904,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot7" unique_id=104219098] visible = false layout_mode = 1 anchors_preset = 15 @@ -3916,11 +3914,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"] +[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals" unique_id=1693733957] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot8" unique_id=1031189691] visible = false layout_mode = 0 offset_right = 24.0 @@ -3929,7 +3927,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot8" unique_id=923546212] visible = false layout_mode = 1 anchors_preset = 15 @@ -3939,7 +3937,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot8" unique_id=1967818767] visible = false layout_mode = 1 anchors_preset = 15 @@ -3949,7 +3947,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot8" unique_id=981712497] visible = false layout_mode = 1 anchors_preset = 15 @@ -3959,11 +3957,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals"] +[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals" unique_id=741236895] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot9" unique_id=787854499] visible = false layout_mode = 0 offset_right = 24.0 @@ -3972,7 +3970,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot9" unique_id=800275545] visible = false layout_mode = 1 anchors_preset = 15 @@ -3982,7 +3980,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot9" unique_id=674416524] visible = false layout_mode = 1 anchors_preset = 15 @@ -3992,7 +3990,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel7/MarginContainer/Playergoals/Slot9" unique_id=1579187937] visible = false layout_mode = 1 anchors_preset = 15 @@ -4002,13 +4000,13 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Panel8" type="Panel" parent="AllPlayerGoals"] +[node name="Panel8" type="Panel" parent="AllPlayerGoals" unique_id=1144205788] visible = false custom_minimum_size = Vector2(105, 105) layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4") -[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel8"] +[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel8" unique_id=1485970331] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -4022,16 +4020,16 @@ offset_bottom = 36.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel8/MarginContainer"] +[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel8/MarginContainer" unique_id=1530595021] clip_contents = true layout_mode = 2 columns = 3 -[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"] +[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals" unique_id=736831162] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot1" unique_id=366078094] visible = false layout_mode = 0 offset_right = 24.0 @@ -4040,7 +4038,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot1" unique_id=701284217] visible = false layout_mode = 1 anchors_preset = 15 @@ -4050,7 +4048,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot1" unique_id=180578907] visible = false layout_mode = 1 anchors_preset = 15 @@ -4060,7 +4058,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot1" unique_id=246958864] visible = false layout_mode = 1 anchors_preset = 15 @@ -4070,11 +4068,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"] +[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals" unique_id=865188459] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot2" unique_id=63293684] visible = false layout_mode = 0 offset_right = 24.0 @@ -4083,7 +4081,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot2" unique_id=302421393] visible = false layout_mode = 1 anchors_preset = 15 @@ -4093,7 +4091,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot2" unique_id=819659583] visible = false layout_mode = 1 anchors_preset = 15 @@ -4103,7 +4101,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot2" unique_id=1280581386] visible = false layout_mode = 1 anchors_preset = 15 @@ -4113,11 +4111,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"] +[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals" unique_id=500647282] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot3" unique_id=1585920751] visible = false layout_mode = 0 offset_right = 24.0 @@ -4126,7 +4124,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot3" unique_id=720799677] visible = false layout_mode = 1 anchors_preset = 15 @@ -4136,7 +4134,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot3" unique_id=1737375560] visible = false layout_mode = 1 anchors_preset = 15 @@ -4146,7 +4144,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot3" unique_id=557483741] visible = false layout_mode = 1 anchors_preset = 15 @@ -4156,11 +4154,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"] +[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals" unique_id=1157253258] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot4" unique_id=1544470818] visible = false layout_mode = 0 offset_right = 24.0 @@ -4169,7 +4167,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot4" unique_id=2099860684] visible = false layout_mode = 1 anchors_preset = 15 @@ -4179,7 +4177,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot4" unique_id=368506352] visible = false layout_mode = 1 anchors_preset = 15 @@ -4189,7 +4187,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot4" unique_id=1692180203] visible = false layout_mode = 1 anchors_preset = 15 @@ -4199,11 +4197,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"] +[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals" unique_id=50409692] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot5" unique_id=1253804253] visible = false layout_mode = 0 offset_right = 24.0 @@ -4212,7 +4210,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot5" unique_id=1510553271] visible = false layout_mode = 1 anchors_preset = 15 @@ -4222,7 +4220,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot5" unique_id=313263718] visible = false layout_mode = 1 anchors_preset = 15 @@ -4232,7 +4230,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot5" unique_id=2031265724] visible = false layout_mode = 1 anchors_preset = 15 @@ -4242,11 +4240,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"] +[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals" unique_id=1894997659] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot6" unique_id=1870572722] visible = false layout_mode = 0 offset_right = 24.0 @@ -4255,7 +4253,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot6" unique_id=380944239] visible = false layout_mode = 1 anchors_preset = 15 @@ -4265,7 +4263,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot6" unique_id=91772547] visible = false layout_mode = 1 anchors_preset = 15 @@ -4275,7 +4273,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot6" unique_id=1239307675] visible = false layout_mode = 1 anchors_preset = 15 @@ -4285,11 +4283,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"] +[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals" unique_id=457478607] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot7" unique_id=299228982] visible = false layout_mode = 0 offset_right = 24.0 @@ -4298,7 +4296,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot7" unique_id=1354895335] visible = false layout_mode = 1 anchors_preset = 15 @@ -4308,7 +4306,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot7" unique_id=1223752271] visible = false layout_mode = 1 anchors_preset = 15 @@ -4318,7 +4316,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot7" unique_id=1106307878] visible = false layout_mode = 1 anchors_preset = 15 @@ -4328,11 +4326,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"] +[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals" unique_id=245077220] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot8" unique_id=2029104421] visible = false layout_mode = 0 offset_right = 24.0 @@ -4341,7 +4339,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot8" unique_id=2139158550] visible = false layout_mode = 1 anchors_preset = 15 @@ -4351,7 +4349,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot8" unique_id=1703864783] visible = false layout_mode = 1 anchors_preset = 15 @@ -4361,7 +4359,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot8" unique_id=1118147644] visible = false layout_mode = 1 anchors_preset = 15 @@ -4371,11 +4369,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals"] +[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals" unique_id=698162092] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot9" unique_id=1994361903] visible = false layout_mode = 0 offset_right = 24.0 @@ -4384,7 +4382,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot9" unique_id=1938002677] visible = false layout_mode = 1 anchors_preset = 15 @@ -4394,7 +4392,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot9" unique_id=494180583] visible = false layout_mode = 1 anchors_preset = 15 @@ -4404,7 +4402,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel8/MarginContainer/Playergoals/Slot9" unique_id=313616380] visible = false layout_mode = 1 anchors_preset = 15 @@ -4414,13 +4412,13 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Panel9" type="Panel" parent="AllPlayerGoals"] +[node name="Panel9" type="Panel" parent="AllPlayerGoals" unique_id=279030100] visible = false custom_minimum_size = Vector2(105, 105) layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4") -[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel9"] +[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel9" unique_id=1035017398] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -4434,16 +4432,16 @@ offset_bottom = 36.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel9/MarginContainer"] +[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel9/MarginContainer" unique_id=1145597210] clip_contents = true layout_mode = 2 columns = 3 -[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"] +[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals" unique_id=742741382] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot1" unique_id=949550689] visible = false layout_mode = 0 offset_right = 24.0 @@ -4452,7 +4450,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot1" unique_id=377842316] visible = false layout_mode = 1 anchors_preset = 15 @@ -4462,7 +4460,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot1" unique_id=1421663707] visible = false layout_mode = 1 anchors_preset = 15 @@ -4472,7 +4470,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot1" unique_id=882016755] visible = false layout_mode = 1 anchors_preset = 15 @@ -4482,11 +4480,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"] +[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals" unique_id=2043951660] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot2" unique_id=404365278] visible = false layout_mode = 0 offset_right = 24.0 @@ -4495,7 +4493,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot2" unique_id=321026797] visible = false layout_mode = 1 anchors_preset = 15 @@ -4505,7 +4503,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot2" unique_id=417392522] visible = false layout_mode = 1 anchors_preset = 15 @@ -4515,7 +4513,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot2" unique_id=681936614] visible = false layout_mode = 1 anchors_preset = 15 @@ -4525,11 +4523,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"] +[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals" unique_id=1698439609] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot3" unique_id=686441723] visible = false layout_mode = 0 offset_right = 24.0 @@ -4538,7 +4536,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot3" unique_id=1466274191] visible = false layout_mode = 1 anchors_preset = 15 @@ -4548,7 +4546,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot3" unique_id=422195352] visible = false layout_mode = 1 anchors_preset = 15 @@ -4558,7 +4556,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot3" unique_id=1798691252] visible = false layout_mode = 1 anchors_preset = 15 @@ -4568,11 +4566,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"] +[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals" unique_id=1328216712] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot4" unique_id=19490639] visible = false layout_mode = 0 offset_right = 24.0 @@ -4581,7 +4579,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot4" unique_id=1259249365] visible = false layout_mode = 1 anchors_preset = 15 @@ -4591,7 +4589,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot4" unique_id=143193015] visible = false layout_mode = 1 anchors_preset = 15 @@ -4601,7 +4599,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot4" unique_id=2079886117] visible = false layout_mode = 1 anchors_preset = 15 @@ -4611,11 +4609,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"] +[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals" unique_id=320176598] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot5" unique_id=1335270208] visible = false layout_mode = 0 offset_right = 24.0 @@ -4624,7 +4622,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot5" unique_id=2031467701] visible = false layout_mode = 1 anchors_preset = 15 @@ -4634,7 +4632,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot5" unique_id=1794091712] visible = false layout_mode = 1 anchors_preset = 15 @@ -4644,7 +4642,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot5" unique_id=995882880] visible = false layout_mode = 1 anchors_preset = 15 @@ -4654,11 +4652,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"] +[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals" unique_id=501099559] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot6" unique_id=491426045] visible = false layout_mode = 0 offset_right = 24.0 @@ -4667,7 +4665,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot6" unique_id=1647466563] visible = false layout_mode = 1 anchors_preset = 15 @@ -4677,7 +4675,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot6" unique_id=1457627803] visible = false layout_mode = 1 anchors_preset = 15 @@ -4687,7 +4685,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot6" unique_id=1885885854] visible = false layout_mode = 1 anchors_preset = 15 @@ -4697,11 +4695,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"] +[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals" unique_id=1096202747] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot7" unique_id=1485145327] visible = false layout_mode = 0 offset_right = 24.0 @@ -4710,7 +4708,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot7" unique_id=1334342132] visible = false layout_mode = 1 anchors_preset = 15 @@ -4720,7 +4718,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot7" unique_id=515405253] visible = false layout_mode = 1 anchors_preset = 15 @@ -4730,7 +4728,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot7" unique_id=1057176029] visible = false layout_mode = 1 anchors_preset = 15 @@ -4740,11 +4738,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"] +[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals" unique_id=1441949427] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot8" unique_id=2085627071] visible = false layout_mode = 0 offset_right = 24.0 @@ -4753,7 +4751,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot8" unique_id=460326949] visible = false layout_mode = 1 anchors_preset = 15 @@ -4763,7 +4761,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot8" unique_id=717362270] visible = false layout_mode = 1 anchors_preset = 15 @@ -4773,7 +4771,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot8" unique_id=51516090] visible = false layout_mode = 1 anchors_preset = 15 @@ -4783,11 +4781,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals"] +[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals" unique_id=1973218988] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot9" unique_id=955010955] visible = false layout_mode = 0 offset_right = 24.0 @@ -4796,7 +4794,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot9" unique_id=1176624536] visible = false layout_mode = 1 anchors_preset = 15 @@ -4806,7 +4804,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot9" unique_id=550443552] visible = false layout_mode = 1 anchors_preset = 15 @@ -4816,7 +4814,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel9/MarginContainer/Playergoals/Slot9" unique_id=1283610400] visible = false layout_mode = 1 anchors_preset = 15 @@ -4826,13 +4824,13 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Panel10" type="Panel" parent="AllPlayerGoals"] +[node name="Panel10" type="Panel" parent="AllPlayerGoals" unique_id=1692833583] visible = false custom_minimum_size = Vector2(105, 105) layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4") -[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel10"] +[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel10" unique_id=1807924300] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -4846,16 +4844,16 @@ offset_bottom = 36.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel10/MarginContainer"] +[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel10/MarginContainer" unique_id=1568461943] clip_contents = true layout_mode = 2 columns = 3 -[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"] +[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals" unique_id=2091915014] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot1" unique_id=419949003] visible = false layout_mode = 0 offset_right = 24.0 @@ -4864,7 +4862,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot1" unique_id=1048922803] visible = false layout_mode = 1 anchors_preset = 15 @@ -4874,7 +4872,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot1" unique_id=255847096] visible = false layout_mode = 1 anchors_preset = 15 @@ -4884,7 +4882,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot1" unique_id=1565259668] visible = false layout_mode = 1 anchors_preset = 15 @@ -4894,11 +4892,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"] +[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals" unique_id=1732034408] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot2" unique_id=654800096] visible = false layout_mode = 0 offset_right = 24.0 @@ -4907,7 +4905,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot2" unique_id=2039620331] visible = false layout_mode = 1 anchors_preset = 15 @@ -4917,7 +4915,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot2" unique_id=469534954] visible = false layout_mode = 1 anchors_preset = 15 @@ -4927,7 +4925,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot2" unique_id=1692461696] visible = false layout_mode = 1 anchors_preset = 15 @@ -4937,11 +4935,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"] +[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals" unique_id=867338264] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot3" unique_id=1640092114] visible = false layout_mode = 0 offset_right = 24.0 @@ -4950,7 +4948,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot3" unique_id=1748773593] visible = false layout_mode = 1 anchors_preset = 15 @@ -4960,7 +4958,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot3" unique_id=1727292287] visible = false layout_mode = 1 anchors_preset = 15 @@ -4970,7 +4968,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot3" unique_id=1688344846] visible = false layout_mode = 1 anchors_preset = 15 @@ -4980,11 +4978,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"] +[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals" unique_id=579252586] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot4" unique_id=1706895748] visible = false layout_mode = 0 offset_right = 24.0 @@ -4993,7 +4991,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot4" unique_id=497748487] visible = false layout_mode = 1 anchors_preset = 15 @@ -5003,7 +5001,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot4" unique_id=1196348414] visible = false layout_mode = 1 anchors_preset = 15 @@ -5013,7 +5011,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot4" unique_id=1573970988] visible = false layout_mode = 1 anchors_preset = 15 @@ -5023,11 +5021,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"] +[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals" unique_id=968101529] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot5" unique_id=376297649] visible = false layout_mode = 0 offset_right = 24.0 @@ -5036,7 +5034,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot5" unique_id=1344239478] visible = false layout_mode = 1 anchors_preset = 15 @@ -5046,7 +5044,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot5" unique_id=1413584520] visible = false layout_mode = 1 anchors_preset = 15 @@ -5056,7 +5054,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot5" unique_id=546784444] visible = false layout_mode = 1 anchors_preset = 15 @@ -5066,11 +5064,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"] +[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals" unique_id=528227653] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot6" unique_id=1699517845] visible = false layout_mode = 0 offset_right = 24.0 @@ -5079,7 +5077,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot6" unique_id=138725397] visible = false layout_mode = 1 anchors_preset = 15 @@ -5089,7 +5087,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot6" unique_id=1937249269] visible = false layout_mode = 1 anchors_preset = 15 @@ -5099,7 +5097,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot6" unique_id=400048014] visible = false layout_mode = 1 anchors_preset = 15 @@ -5109,11 +5107,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"] +[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals" unique_id=712104806] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot7" unique_id=1110737278] visible = false layout_mode = 0 offset_right = 24.0 @@ -5122,7 +5120,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot7" unique_id=1445682490] visible = false layout_mode = 1 anchors_preset = 15 @@ -5132,7 +5130,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot7" unique_id=1515287581] visible = false layout_mode = 1 anchors_preset = 15 @@ -5142,7 +5140,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot7" unique_id=164868450] visible = false layout_mode = 1 anchors_preset = 15 @@ -5152,11 +5150,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"] +[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals" unique_id=359277438] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot8" unique_id=1421632070] visible = false layout_mode = 0 offset_right = 24.0 @@ -5165,7 +5163,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot8" unique_id=1070509992] visible = false layout_mode = 1 anchors_preset = 15 @@ -5175,7 +5173,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot8" unique_id=1567079708] visible = false layout_mode = 1 anchors_preset = 15 @@ -5185,7 +5183,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot8" unique_id=317597682] visible = false layout_mode = 1 anchors_preset = 15 @@ -5195,11 +5193,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals"] +[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals" unique_id=1886843898] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot9" unique_id=1115300553] visible = false layout_mode = 0 offset_right = 24.0 @@ -5208,7 +5206,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot9" unique_id=6484982] visible = false layout_mode = 1 anchors_preset = 15 @@ -5218,7 +5216,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot9" unique_id=1019873158] visible = false layout_mode = 1 anchors_preset = 15 @@ -5228,7 +5226,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel10/MarginContainer/Playergoals/Slot9" unique_id=72421189] visible = false layout_mode = 1 anchors_preset = 15 @@ -5238,13 +5236,13 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Panel11" type="Panel" parent="AllPlayerGoals"] +[node name="Panel11" type="Panel" parent="AllPlayerGoals" unique_id=93298412] visible = false custom_minimum_size = Vector2(105, 105) layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4") -[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel11"] +[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel11" unique_id=2032423506] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -5258,16 +5256,16 @@ offset_bottom = 36.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel11/MarginContainer"] +[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel11/MarginContainer" unique_id=1384954290] clip_contents = true layout_mode = 2 columns = 3 -[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"] +[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals" unique_id=1102159288] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot1" unique_id=1690920672] visible = false layout_mode = 0 offset_right = 24.0 @@ -5276,7 +5274,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot1" unique_id=1409806038] visible = false layout_mode = 1 anchors_preset = 15 @@ -5286,7 +5284,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot1" unique_id=1415805477] visible = false layout_mode = 1 anchors_preset = 15 @@ -5296,7 +5294,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot1" unique_id=1086521923] visible = false layout_mode = 1 anchors_preset = 15 @@ -5306,11 +5304,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"] +[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals" unique_id=1838426062] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot2" unique_id=343680654] visible = false layout_mode = 0 offset_right = 24.0 @@ -5319,7 +5317,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot2" unique_id=1147927034] visible = false layout_mode = 1 anchors_preset = 15 @@ -5329,7 +5327,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot2" unique_id=574336685] visible = false layout_mode = 1 anchors_preset = 15 @@ -5339,7 +5337,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot2" unique_id=1415923424] visible = false layout_mode = 1 anchors_preset = 15 @@ -5349,11 +5347,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"] +[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals" unique_id=123833390] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot3" unique_id=854711159] visible = false layout_mode = 0 offset_right = 24.0 @@ -5362,7 +5360,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot3" unique_id=1742857841] visible = false layout_mode = 1 anchors_preset = 15 @@ -5372,7 +5370,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot3" unique_id=872663290] visible = false layout_mode = 1 anchors_preset = 15 @@ -5382,7 +5380,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot3" unique_id=771138546] visible = false layout_mode = 1 anchors_preset = 15 @@ -5392,11 +5390,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"] +[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals" unique_id=504799863] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot4" unique_id=1518382014] visible = false layout_mode = 0 offset_right = 24.0 @@ -5405,7 +5403,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot4" unique_id=1002670113] visible = false layout_mode = 1 anchors_preset = 15 @@ -5415,7 +5413,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot4" unique_id=1667450711] visible = false layout_mode = 1 anchors_preset = 15 @@ -5425,7 +5423,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot4" unique_id=1428434245] visible = false layout_mode = 1 anchors_preset = 15 @@ -5435,11 +5433,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"] +[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals" unique_id=1652419793] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot5" unique_id=1446921336] visible = false layout_mode = 0 offset_right = 24.0 @@ -5448,7 +5446,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot5" unique_id=297834693] visible = false layout_mode = 1 anchors_preset = 15 @@ -5458,7 +5456,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot5" unique_id=1998269556] visible = false layout_mode = 1 anchors_preset = 15 @@ -5468,7 +5466,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot5" unique_id=992049322] visible = false layout_mode = 1 anchors_preset = 15 @@ -5478,11 +5476,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"] +[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals" unique_id=1502661769] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot6" unique_id=2147160871] visible = false layout_mode = 0 offset_right = 24.0 @@ -5491,7 +5489,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot6" unique_id=1585716963] visible = false layout_mode = 1 anchors_preset = 15 @@ -5501,7 +5499,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot6" unique_id=39449588] visible = false layout_mode = 1 anchors_preset = 15 @@ -5511,7 +5509,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot6" unique_id=545408506] visible = false layout_mode = 1 anchors_preset = 15 @@ -5521,11 +5519,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"] +[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals" unique_id=980603900] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot7" unique_id=1987910025] visible = false layout_mode = 0 offset_right = 24.0 @@ -5534,7 +5532,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot7" unique_id=516648494] visible = false layout_mode = 1 anchors_preset = 15 @@ -5544,7 +5542,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot7" unique_id=1355480642] visible = false layout_mode = 1 anchors_preset = 15 @@ -5554,7 +5552,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot7" unique_id=34707648] visible = false layout_mode = 1 anchors_preset = 15 @@ -5564,11 +5562,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"] +[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals" unique_id=1490001147] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot8" unique_id=1999911792] visible = false layout_mode = 0 offset_right = 24.0 @@ -5577,7 +5575,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot8" unique_id=1882127708] visible = false layout_mode = 1 anchors_preset = 15 @@ -5587,7 +5585,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot8" unique_id=1221193079] visible = false layout_mode = 1 anchors_preset = 15 @@ -5597,7 +5595,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot8" unique_id=1108619103] visible = false layout_mode = 1 anchors_preset = 15 @@ -5607,11 +5605,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals"] +[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals" unique_id=1125923967] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot9" unique_id=240559245] visible = false layout_mode = 0 offset_right = 24.0 @@ -5620,7 +5618,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot9" unique_id=1580831099] visible = false layout_mode = 1 anchors_preset = 15 @@ -5630,7 +5628,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot9" unique_id=1466771542] visible = false layout_mode = 1 anchors_preset = 15 @@ -5640,7 +5638,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel11/MarginContainer/Playergoals/Slot9" unique_id=2118880433] visible = false layout_mode = 1 anchors_preset = 15 @@ -5650,13 +5648,13 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Panel12" type="Panel" parent="AllPlayerGoals"] +[node name="Panel12" type="Panel" parent="AllPlayerGoals" unique_id=1049548697] visible = false custom_minimum_size = Vector2(105, 105) layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxTexture_5oeq4") -[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel12"] +[node name="MarginContainer" type="MarginContainer" parent="AllPlayerGoals/Panel12" unique_id=63706712] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -5670,16 +5668,16 @@ offset_bottom = 36.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel12/MarginContainer"] +[node name="Playergoals" type="GridContainer" parent="AllPlayerGoals/Panel12/MarginContainer" unique_id=1693441050] clip_contents = true layout_mode = 2 columns = 3 -[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"] +[node name="Slot1" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals" unique_id=1883860175] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot1" unique_id=1641289068] visible = false layout_mode = 0 offset_right = 24.0 @@ -5688,7 +5686,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot1" unique_id=551633925] visible = false layout_mode = 1 anchors_preset = 15 @@ -5698,7 +5696,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot1" unique_id=1150560222] visible = false layout_mode = 1 anchors_preset = 15 @@ -5708,7 +5706,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot1" unique_id=25974436] visible = false layout_mode = 1 anchors_preset = 15 @@ -5718,11 +5716,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"] +[node name="Slot2" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals" unique_id=440177881] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot2" unique_id=1817851517] visible = false layout_mode = 0 offset_right = 24.0 @@ -5731,7 +5729,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot2" unique_id=1477502161] visible = false layout_mode = 1 anchors_preset = 15 @@ -5741,7 +5739,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot2" unique_id=1439414198] visible = false layout_mode = 1 anchors_preset = 15 @@ -5751,7 +5749,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot2" unique_id=2005710538] visible = false layout_mode = 1 anchors_preset = 15 @@ -5761,11 +5759,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"] +[node name="Slot3" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals" unique_id=127426487] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot3" unique_id=1495399248] visible = false layout_mode = 0 offset_right = 24.0 @@ -5774,7 +5772,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot3" unique_id=877286318] visible = false layout_mode = 1 anchors_preset = 15 @@ -5784,7 +5782,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot3" unique_id=736628686] visible = false layout_mode = 1 anchors_preset = 15 @@ -5794,7 +5792,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot3" unique_id=920325725] visible = false layout_mode = 1 anchors_preset = 15 @@ -5804,11 +5802,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"] +[node name="Slot4" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals" unique_id=1989164336] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot4" unique_id=1233816399] visible = false layout_mode = 0 offset_right = 24.0 @@ -5817,7 +5815,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot4" unique_id=373624826] visible = false layout_mode = 1 anchors_preset = 15 @@ -5827,7 +5825,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot4" unique_id=1265980847] visible = false layout_mode = 1 anchors_preset = 15 @@ -5837,7 +5835,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot4" unique_id=1998509726] visible = false layout_mode = 1 anchors_preset = 15 @@ -5847,11 +5845,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"] +[node name="Slot5" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals" unique_id=531513532] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot5" unique_id=76606340] visible = false layout_mode = 0 offset_right = 24.0 @@ -5860,7 +5858,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot5" unique_id=844518552] visible = false layout_mode = 1 anchors_preset = 15 @@ -5870,7 +5868,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot5" unique_id=1546095378] visible = false layout_mode = 1 anchors_preset = 15 @@ -5880,7 +5878,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot5" unique_id=131232436] visible = false layout_mode = 1 anchors_preset = 15 @@ -5890,11 +5888,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"] +[node name="Slot6" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals" unique_id=928211203] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot6" unique_id=1993076668] visible = false layout_mode = 0 offset_right = 24.0 @@ -5903,7 +5901,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot6" unique_id=289493961] visible = false layout_mode = 1 anchors_preset = 15 @@ -5913,7 +5911,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot6" unique_id=1254073674] visible = false layout_mode = 1 anchors_preset = 15 @@ -5923,7 +5921,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot6" unique_id=166532148] visible = false layout_mode = 1 anchors_preset = 15 @@ -5933,11 +5931,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"] +[node name="Slot7" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals" unique_id=573773873] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot7" unique_id=910471223] visible = false layout_mode = 0 offset_right = 24.0 @@ -5946,7 +5944,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot7" unique_id=631345799] visible = false layout_mode = 1 anchors_preset = 15 @@ -5956,7 +5954,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot7" unique_id=1042459147] visible = false layout_mode = 1 anchors_preset = 15 @@ -5966,7 +5964,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot7" unique_id=74248095] visible = false layout_mode = 1 anchors_preset = 15 @@ -5976,11 +5974,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"] +[node name="Slot8" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals" unique_id=1362827450] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot8" unique_id=940301302] visible = false layout_mode = 0 offset_right = 24.0 @@ -5989,7 +5987,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot8" unique_id=1406270297] visible = false layout_mode = 1 anchors_preset = 15 @@ -5999,7 +5997,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot8" unique_id=557472548] visible = false layout_mode = 1 anchors_preset = 15 @@ -6009,7 +6007,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot8" unique_id=266903657] visible = false layout_mode = 1 anchors_preset = 15 @@ -6019,11 +6017,11 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals"] +[node name="Slot9" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals" unique_id=1912818520] layout_mode = 2 texture = ExtResource("17_hh6ui") -[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot9" unique_id=1194402151] visible = false layout_mode = 0 offset_right = 24.0 @@ -6032,7 +6030,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot9" unique_id=1682174985] visible = false layout_mode = 1 anchors_preset = 15 @@ -6042,7 +6040,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot9" unique_id=149898633] visible = false layout_mode = 1 anchors_preset = 15 @@ -6052,7 +6050,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerGoals/Panel12/MarginContainer/Playergoals/Slot9" unique_id=2129121101] visible = false layout_mode = 1 anchors_preset = 15 @@ -6062,7 +6060,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("10_my1qp") -[node name="AllPlayerBoards" type="TabContainer" parent="."] +[node name="AllPlayerBoards" type="TabContainer" parent="." unique_id=1453336051] visible = false clip_contents = true anchors_preset = 4 @@ -6081,7 +6079,7 @@ current_tab = 0 tabs_position = 1 clip_tabs = false -[node name="1" type="MarginContainer" parent="AllPlayerBoards"] +[node name="1" type="MarginContainer" parent="AllPlayerBoards" unique_id=2089357942] layout_mode = 2 theme_override_constants/margin_left = 10 theme_override_constants/margin_top = 10 @@ -6089,813 +6087,813 @@ theme_override_constants/margin_right = 10 theme_override_constants/margin_bottom = 10 metadata/_tab_index = 0 -[node name="PlayerboardUI" type="GridContainer" parent="AllPlayerBoards/1"] +[node name="PlayerboardUI" type="GridContainer" parent="AllPlayerBoards/1" unique_id=229431117] clip_contents = true layout_mode = 2 size_flags_horizontal = 3 columns = 5 -[node name="Slot1" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot1" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=1249184317] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot1" unique_id=1359656186] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot1" unique_id=1363477995] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot1" unique_id=311486382] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot1" unique_id=589309570] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot2" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=156620392] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot2" unique_id=888763477] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot2" unique_id=283480395] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot2" unique_id=1404811108] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot2" unique_id=1249568417] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot3" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=1318031416] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot3" unique_id=238612893] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot3" unique_id=721847196] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot3" unique_id=800481663] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot3" unique_id=871403647] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot4" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=952381589] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot4" unique_id=499888429] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot4" unique_id=183934320] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot4" unique_id=1696758470] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot4" unique_id=1480841130] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot5" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=441131527] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot5" unique_id=1557567852] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot5" unique_id=1491383518] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot5" unique_id=1895286641] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot5" unique_id=773617686] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot6" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=1894698592] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot6" unique_id=588509310] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot6" unique_id=1674853660] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot6" unique_id=1128017284] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot6" unique_id=1650322344] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot7" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=1225405823] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot7" unique_id=100882753] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot7" unique_id=818156892] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot7" unique_id=56832475] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot7" unique_id=391954948] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot8" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=2129053272] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot8" unique_id=1192394871] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot8" unique_id=1310153477] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot8" unique_id=367440876] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot8" unique_id=630527103] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot9" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=1317668951] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot9" unique_id=808786515] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot9" unique_id=134683961] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot9" unique_id=2057673008] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot9" unique_id=1051976179] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot10" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot10" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=1256953834] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot10"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot10" unique_id=377969467] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot10"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot10" unique_id=1620313967] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot10"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot10" unique_id=146478454] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot10"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot10" unique_id=269370735] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot11" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot11" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=1986502517] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot11"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot11" unique_id=1590715946] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot11"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot11" unique_id=578977784] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot11"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot11" unique_id=2126458812] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot11"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot11" unique_id=500491411] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot12" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot12" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=1104582987] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot12"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot12" unique_id=2061467475] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot12"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot12" unique_id=457715904] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot12"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot12" unique_id=649093206] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot12"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot12" unique_id=555227759] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot13" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot13" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=977221841] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot13"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot13" unique_id=1333129061] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot13"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot13" unique_id=1477560265] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot13"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot13" unique_id=1806963458] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot13"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot13" unique_id=597310396] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot14" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot14" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=945809750] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot14"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot14" unique_id=1456612648] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot14"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot14" unique_id=495731012] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot14"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot14" unique_id=1037037376] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot14"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot14" unique_id=1015705801] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot15" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot15" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=1318998034] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot15"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot15" unique_id=207794132] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot15"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot15" unique_id=1286781316] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot15"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot15" unique_id=957906478] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot15"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot15" unique_id=1401814878] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot16" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot16" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=1761173842] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot16"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot16" unique_id=1796944995] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot16"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot16" unique_id=1185398019] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot16"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot16" unique_id=988160923] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot16"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot16" unique_id=1253156394] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot17" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot17" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=1906933725] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot17"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot17" unique_id=793286863] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot17"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot17" unique_id=1742309751] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot17"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot17" unique_id=642732424] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot17"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot17" unique_id=108087114] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot18" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot18" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=464630453] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot18"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot18" unique_id=144617483] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot18"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot18" unique_id=1626025643] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot18"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot18" unique_id=40731444] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot18"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot18" unique_id=1703671260] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot19" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot19" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=712392351] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot19"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot19" unique_id=1912997392] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot19"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot19" unique_id=403822538] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot19"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot19" unique_id=1776563682] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot19"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot19" unique_id=1241125255] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot20" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot20" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=1951721940] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot20"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot20" unique_id=1250800985] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot20"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot20" unique_id=1884523862] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot20"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot20" unique_id=228171509] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot20"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot20" unique_id=1040070497] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot21" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot21" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=957951058] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot21"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot21" unique_id=1786488205] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot21"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot21" unique_id=431228066] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot21"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot21" unique_id=2006165387] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot21"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot21" unique_id=1618713123] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot22" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot22" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=2094164140] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot22"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot22" unique_id=1173587893] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot22"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot22" unique_id=628535538] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot22"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot22" unique_id=235712196] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot22"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot22" unique_id=1156184195] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot23" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot23" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=378410219] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot23"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot23" unique_id=1690721708] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot23"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot23" unique_id=306794927] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot23"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot23" unique_id=2106987225] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot23"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot23" unique_id=1900925750] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot24" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot24" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=1513792712] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot24"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot24" unique_id=452535454] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot24"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot24" unique_id=470419990] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot24"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot24" unique_id=1988423226] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot24"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot24" unique_id=1395030408] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot25" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI"] +[node name="Slot25" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI" unique_id=82784325] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot25"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot25" unique_id=172574326] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot25"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot25" unique_id=143783295] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot25"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot25" unique_id=714083437] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot25"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/1/PlayerboardUI/Slot25" unique_id=1142059904] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="2" type="MarginContainer" parent="AllPlayerBoards"] +[node name="2" type="MarginContainer" parent="AllPlayerBoards" unique_id=596710065] visible = false layout_mode = 2 theme_override_constants/margin_left = 10 @@ -6904,813 +6902,813 @@ theme_override_constants/margin_right = 10 theme_override_constants/margin_bottom = 10 metadata/_tab_index = 1 -[node name="PlayerboardUI" type="GridContainer" parent="AllPlayerBoards/2"] +[node name="PlayerboardUI" type="GridContainer" parent="AllPlayerBoards/2" unique_id=520901619] clip_contents = true layout_mode = 2 size_flags_horizontal = 3 columns = 5 -[node name="Slot1" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot1" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=1072653140] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot1" unique_id=222709696] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot1" unique_id=798986101] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot1" unique_id=797792073] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot1" unique_id=784197555] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot2" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=524922040] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot2" unique_id=262477410] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot2" unique_id=922755966] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot2" unique_id=1790844994] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot2" unique_id=350931768] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot3" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=1036221123] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot3" unique_id=566361706] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot3" unique_id=47292926] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot3" unique_id=162455766] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot3" unique_id=1422240044] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot4" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=2130686722] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot4" unique_id=1572299467] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot4" unique_id=375044002] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot4" unique_id=10863682] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot4" unique_id=1919052056] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot5" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=398468861] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot5" unique_id=625810944] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot5" unique_id=626241806] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot5" unique_id=1470001875] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot5" unique_id=618647628] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot6" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=1383651161] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot6" unique_id=481451135] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot6" unique_id=1252987820] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot6" unique_id=1136669268] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot6" unique_id=1868774761] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot7" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=2032218712] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot7" unique_id=1208520302] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot7" unique_id=1544587136] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot7" unique_id=271802141] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot7" unique_id=1267162625] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot8" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=886842043] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot8" unique_id=1386358601] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot8" unique_id=1876272142] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot8" unique_id=598180772] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot8" unique_id=1447329642] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot9" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=755138048] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot9" unique_id=1504677267] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot9" unique_id=87928586] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot9" unique_id=974549243] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot9" unique_id=460344184] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot10" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot10" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=131636067] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot10"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot10" unique_id=356144440] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot10"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot10" unique_id=1049483460] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot10"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot10" unique_id=1593043309] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot10"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot10" unique_id=1721708093] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot11" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot11" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=504916494] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot11"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot11" unique_id=1648826860] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot11"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot11" unique_id=394863322] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot11"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot11" unique_id=279640918] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot11"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot11" unique_id=1188241222] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot12" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot12" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=80020500] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot12"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot12" unique_id=377326857] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot12"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot12" unique_id=400976032] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot12"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot12" unique_id=1036190108] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot12"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot12" unique_id=651357468] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot13" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot13" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=457620985] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot13"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot13" unique_id=1335243974] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot13"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot13" unique_id=550290583] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot13"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot13" unique_id=1967766009] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot13"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot13" unique_id=1516854531] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot14" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot14" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=271544066] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot14"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot14" unique_id=380020651] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot14"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot14" unique_id=1989580178] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot14"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot14" unique_id=1001432688] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot14"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot14" unique_id=1971089825] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot15" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot15" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=1631125699] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot15"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot15" unique_id=1148662744] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot15"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot15" unique_id=924148534] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot15"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot15" unique_id=860070645] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot15"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot15" unique_id=1660382072] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot16" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot16" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=854234251] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot16"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot16" unique_id=80363174] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot16"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot16" unique_id=404712990] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot16"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot16" unique_id=431499267] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot16"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot16" unique_id=514860215] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot17" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot17" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=1102336303] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot17"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot17" unique_id=1130313338] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot17"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot17" unique_id=715007874] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot17"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot17" unique_id=375942584] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot17"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot17" unique_id=1167563079] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot18" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot18" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=992603289] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot18"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot18" unique_id=1234518145] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot18"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot18" unique_id=1527480263] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot18"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot18" unique_id=1933477490] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot18"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot18" unique_id=809497063] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot19" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot19" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=946412990] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot19"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot19" unique_id=744686668] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot19"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot19" unique_id=683812908] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot19"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot19" unique_id=853684181] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot19"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot19" unique_id=1912468336] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot20" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot20" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=1570991196] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot20"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot20" unique_id=1029645443] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot20"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot20" unique_id=1173379456] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot20"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot20" unique_id=963603304] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot20"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot20" unique_id=583116005] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot21" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot21" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=458919616] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot21"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot21" unique_id=1420108185] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot21"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot21" unique_id=213925178] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot21"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot21" unique_id=1271520916] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot21"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot21" unique_id=982150045] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot22" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot22" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=1583788468] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot22"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot22" unique_id=2094725059] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot22"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot22" unique_id=610849086] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot22"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot22" unique_id=1645218752] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot22"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot22" unique_id=890596469] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot23" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot23" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=1765780134] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot23"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot23" unique_id=2136018813] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot23"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot23" unique_id=521693667] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot23"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot23" unique_id=1203626046] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot23"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot23" unique_id=1462324233] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot24" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot24" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=1309953316] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot24"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot24" unique_id=1153911850] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot24"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot24" unique_id=1348641237] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot24"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot24" unique_id=1530506939] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot24"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot24" unique_id=55430128] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot25" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI"] +[node name="Slot25" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI" unique_id=51769499] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot25"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot25" unique_id=1145565863] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot25"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot25" unique_id=2011135341] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot25"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot25" unique_id=1812277764] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot25"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/2/PlayerboardUI/Slot25" unique_id=2032892193] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="3" type="MarginContainer" parent="AllPlayerBoards"] +[node name="3" type="MarginContainer" parent="AllPlayerBoards" unique_id=226897953] visible = false layout_mode = 2 theme_override_constants/margin_left = 10 @@ -7719,813 +7717,813 @@ theme_override_constants/margin_right = 10 theme_override_constants/margin_bottom = 10 metadata/_tab_index = 2 -[node name="PlayerboardUI" type="GridContainer" parent="AllPlayerBoards/3"] +[node name="PlayerboardUI" type="GridContainer" parent="AllPlayerBoards/3" unique_id=224917204] clip_contents = true layout_mode = 2 size_flags_horizontal = 3 columns = 5 -[node name="Slot1" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot1" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=64715766] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot1" unique_id=1556598349] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot1" unique_id=838297361] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot1" unique_id=1873617326] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot1" unique_id=867253656] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot2" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=1799148763] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot2" unique_id=669069807] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot2" unique_id=1178922578] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot2" unique_id=400547855] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot2" unique_id=1972223203] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot3" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=2015202344] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot3" unique_id=409223618] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot3" unique_id=1114499460] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot3" unique_id=1352035023] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot3" unique_id=1560624220] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot4" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=1977264228] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot4" unique_id=942436456] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot4" unique_id=1478246810] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot4" unique_id=1136658633] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot4" unique_id=93612168] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot5" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=1007197813] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot5" unique_id=644574065] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot5" unique_id=704116116] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot5" unique_id=930232747] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot5" unique_id=914528055] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot6" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=2082785165] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot6" unique_id=522758959] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot6" unique_id=1476999995] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot6" unique_id=856010912] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot6" unique_id=1258547697] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot7" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=90535649] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot7" unique_id=401060291] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot7" unique_id=1933733864] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot7" unique_id=23203688] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot7" unique_id=167404508] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot8" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=1228101024] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot8" unique_id=886163257] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot8" unique_id=470676688] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot8" unique_id=1963730857] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot8" unique_id=797994779] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot9" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=1554680306] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot9" unique_id=798157885] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot9" unique_id=309507420] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot9" unique_id=488428986] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot9" unique_id=1108143118] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot10" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot10" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=109455546] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot10"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot10" unique_id=403530955] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot10"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot10" unique_id=71823724] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot10"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot10" unique_id=345962592] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot10"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot10" unique_id=1491412843] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot11" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot11" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=472686619] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot11"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot11" unique_id=641419720] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot11"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot11" unique_id=1841778669] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot11"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot11" unique_id=1914519000] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot11"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot11" unique_id=332767993] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot12" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot12" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=323640710] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot12"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot12" unique_id=867375835] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot12"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot12" unique_id=1327232562] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot12"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot12" unique_id=199877061] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot12"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot12" unique_id=33444673] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot13" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot13" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=1131974848] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot13"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot13" unique_id=813929989] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot13"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot13" unique_id=475438713] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot13"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot13" unique_id=452597343] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot13"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot13" unique_id=1010835389] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot14" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot14" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=1487233111] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot14"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot14" unique_id=1483967869] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot14"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot14" unique_id=1406227340] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot14"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot14" unique_id=2052859517] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot14"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot14" unique_id=994019310] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot15" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot15" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=1609309811] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot15"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot15" unique_id=478841069] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot15"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot15" unique_id=1009484273] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot15"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot15" unique_id=1973614671] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot15"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot15" unique_id=541576193] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot16" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot16" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=1809732016] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot16"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot16" unique_id=432250205] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot16"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot16" unique_id=730787704] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot16"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot16" unique_id=265168636] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot16"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot16" unique_id=1644771026] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot17" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot17" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=2129093905] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot17"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot17" unique_id=745577589] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot17"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot17" unique_id=1110187639] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot17"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot17" unique_id=1277956608] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot17"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot17" unique_id=1207847810] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot18" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot18" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=1712011026] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot18"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot18" unique_id=472351141] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot18"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot18" unique_id=1439010944] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot18"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot18" unique_id=1494993453] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot18"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot18" unique_id=289234847] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot19" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot19" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=2039202418] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot19"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot19" unique_id=1952348688] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot19"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot19" unique_id=2021668906] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot19"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot19" unique_id=564858963] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot19"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot19" unique_id=377450375] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot20" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot20" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=1302464978] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot20"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot20" unique_id=1207779496] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot20"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot20" unique_id=256688652] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot20"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot20" unique_id=1228627463] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot20"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot20" unique_id=242782803] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot21" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot21" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=1884595477] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot21"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot21" unique_id=689405268] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot21"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot21" unique_id=967644943] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot21"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot21" unique_id=1276576935] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot21"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot21" unique_id=2035242793] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot22" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot22" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=90981078] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot22"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot22" unique_id=381943357] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot22"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot22" unique_id=639981464] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot22"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot22" unique_id=1299211491] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot22"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot22" unique_id=100158693] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot23" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot23" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=531694420] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot23"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot23" unique_id=396639154] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot23"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot23" unique_id=1695407769] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot23"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot23" unique_id=1367071186] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot23"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot23" unique_id=481364943] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot24" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot24" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=60450933] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot24"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot24" unique_id=1121395258] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot24"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot24" unique_id=2083963446] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot24"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot24" unique_id=1964565410] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot24"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot24" unique_id=1846306360] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot25" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI"] +[node name="Slot25" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI" unique_id=393305078] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot25"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot25" unique_id=2015728457] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot25"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot25" unique_id=269484988] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot25"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot25" unique_id=1314403270] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot25"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/3/PlayerboardUI/Slot25" unique_id=1950549638] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="4" type="MarginContainer" parent="AllPlayerBoards"] +[node name="4" type="MarginContainer" parent="AllPlayerBoards" unique_id=391278941] visible = false layout_mode = 2 theme_override_constants/margin_left = 10 @@ -8534,813 +8532,813 @@ theme_override_constants/margin_right = 10 theme_override_constants/margin_bottom = 10 metadata/_tab_index = 3 -[node name="PlayerboardUI" type="GridContainer" parent="AllPlayerBoards/4"] +[node name="PlayerboardUI" type="GridContainer" parent="AllPlayerBoards/4" unique_id=589383981] clip_contents = true layout_mode = 2 size_flags_horizontal = 3 columns = 5 -[node name="Slot1" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot1" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=918313188] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot1"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot1" unique_id=983830083] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot1"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot1" unique_id=1263686499] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot1"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot1" unique_id=615641377] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot1"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot1" unique_id=448396993] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot2" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot2" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=910814368] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot2"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot2" unique_id=127983925] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot2"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot2" unique_id=1990487076] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot2"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot2" unique_id=1245735695] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot2"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot2" unique_id=860859335] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot3" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot3" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=509702348] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot3"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot3" unique_id=84576343] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot3"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot3" unique_id=699183494] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot3"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot3" unique_id=1085446474] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot3"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot3" unique_id=1158622670] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot4" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot4" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=337222908] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot4"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot4" unique_id=1350615779] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot4"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot4" unique_id=1670105621] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot4"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot4" unique_id=2123048141] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot4"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot4" unique_id=1910372551] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot5" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot5" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=1260703805] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot5"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot5" unique_id=625477225] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot5"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot5" unique_id=830824782] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot5"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot5" unique_id=579494872] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot5"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot5" unique_id=327303339] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot6" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot6" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=2027131352] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot6"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot6" unique_id=2140235979] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot6"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot6" unique_id=839368463] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot6"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot6" unique_id=482373921] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot6"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot6" unique_id=949149504] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot7" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot7" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=1570102522] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot7"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot7" unique_id=796516266] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot7"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot7" unique_id=643868602] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot7"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot7" unique_id=1084947415] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot7"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot7" unique_id=1922176948] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot8" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot8" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=1902283278] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot8"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot8" unique_id=1935266990] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot8"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot8" unique_id=1873489997] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot8"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot8" unique_id=116852142] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot8"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot8" unique_id=1160585193] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot9" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot9" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=2131422706] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot9"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot9" unique_id=1745766512] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot9"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot9" unique_id=184008262] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot9"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot9" unique_id=2118704900] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot9"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot9" unique_id=1163434490] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot10" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot10" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=736387888] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot10"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot10" unique_id=575581679] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot10"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot10" unique_id=1429279196] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot10"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot10" unique_id=1189136294] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot10"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot10" unique_id=193222146] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot11" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot11" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=1580085811] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot11"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot11" unique_id=1562729548] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot11"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot11" unique_id=1349951570] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot11"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot11" unique_id=242430865] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot11"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot11" unique_id=1696906705] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot12" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot12" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=157243665] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot12"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot12" unique_id=1257588871] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot12"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot12" unique_id=1476440136] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot12"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot12" unique_id=913025059] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot12"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot12" unique_id=714700467] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot13" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot13" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=761363148] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot13"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot13" unique_id=252506745] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot13"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot13" unique_id=1762918221] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot13"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot13" unique_id=1275467104] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot13"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot13" unique_id=1481616223] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot14" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot14" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=1547886369] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot14"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot14" unique_id=1807297035] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot14"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot14" unique_id=318084727] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot14"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot14" unique_id=923164869] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot14"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot14" unique_id=95745886] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot15" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot15" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=1718917632] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot15"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot15" unique_id=17322747] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot15"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot15" unique_id=2077015940] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot15"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot15" unique_id=1610108457] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot15"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot15" unique_id=286900965] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot16" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot16" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=1343561703] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot16"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot16" unique_id=226912822] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot16"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot16" unique_id=705746654] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot16"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot16" unique_id=636105208] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot16"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot16" unique_id=714420494] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot17" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot17" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=1794748747] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot17"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot17" unique_id=872500789] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot17"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot17" unique_id=696714625] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot17"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot17" unique_id=871976918] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot17"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot17" unique_id=1858584023] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot18" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot18" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=1565669509] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot18"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot18" unique_id=870381478] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot18"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot18" unique_id=2023182169] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot18"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot18" unique_id=1267438706] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot18"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot18" unique_id=922066731] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot19" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot19" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=1290489616] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot19"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot19" unique_id=2626221] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot19"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot19" unique_id=1892693049] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot19"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot19" unique_id=1795643825] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot19"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot19" unique_id=1659801525] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot20" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot20" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=1324006645] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot20"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot20" unique_id=1784641429] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot20"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot20" unique_id=1737039933] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot20"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot20" unique_id=276551065] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot20"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot20" unique_id=683066441] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot21" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot21" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=395125933] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot21"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot21" unique_id=286004714] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot21"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot21" unique_id=1202335030] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot21"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot21" unique_id=1286193996] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot21"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot21" unique_id=1249304509] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot22" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot22" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=37896457] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot22"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot22" unique_id=247616799] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot22"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot22" unique_id=399757496] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot22"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot22" unique_id=1492930236] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot22"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot22" unique_id=1135885968] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot23" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot23" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=1068684359] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot23"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot23" unique_id=556621224] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot23"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot23" unique_id=202582340] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot23"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot23" unique_id=390428671] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot23"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot23" unique_id=1321275925] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot24" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot24" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=1501714111] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot24"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot24" unique_id=1769515011] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot24"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot24" unique_id=196365707] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot24"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot24" unique_id=1266095701] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot24"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot24" unique_id=1236400800] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="Slot25" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI"] +[node name="Slot25" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI" unique_id=75134593] layout_mode = 2 texture = ExtResource("18_p3nmx") -[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot25"] +[node name="TileHeart" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot25" unique_id=287450230] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("7_xwcc1") -[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot25"] +[node name="TileDiamond" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot25" unique_id=510128880] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("8_quhbu") -[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot25"] +[node name="TileStar" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot25" unique_id=1886346210] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("9_i0gbs") -[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot25"] +[node name="TileCoin" type="TextureRect" parent="AllPlayerBoards/4/PlayerboardUI/Slot25" unique_id=698211500] visible = false layout_mode = 0 offset_right = 24.0 offset_bottom = 24.0 texture = ExtResource("10_my1qp") -[node name="MessageBar" type="PanelContainer" parent="."] +[node name="MessageBar" type="PanelContainer" parent="." unique_id=142729129] anchors_preset = 7 anchor_left = 0.5 anchor_top = 1.0 @@ -9354,18 +9352,18 @@ grow_horizontal = 2 grow_vertical = 0 theme_override_styles/panel = ExtResource("5_dvx6y") -[node name="MarginContainer" type="MarginContainer" parent="MessageBar"] +[node name="MarginContainer" type="MarginContainer" parent="MessageBar" unique_id=444870568] layout_mode = 2 theme_override_constants/margin_left = 10 theme_override_constants/margin_top = 5 theme_override_constants/margin_right = 10 theme_override_constants/margin_bottom = 5 -[node name="MessageContainer" type="VBoxContainer" parent="MessageBar/MarginContainer"] +[node name="MessageContainer" type="VBoxContainer" parent="MessageBar/MarginContainer" unique_id=1424970772] layout_mode = 2 theme_override_constants/separation = 4 -[node name="LeaderboardPanel" type="PanelContainer" parent="."] +[node name="LeaderboardPanel" type="PanelContainer" parent="." unique_id=364209533] anchors_preset = 1 anchor_left = 1.0 anchor_right = 1.0 @@ -9377,141 +9375,141 @@ grow_horizontal = 0 size_flags_horizontal = 3 size_flags_vertical = 3 -[node name="MarginContainer" type="MarginContainer" parent="LeaderboardPanel"] +[node name="MarginContainer" type="MarginContainer" parent="LeaderboardPanel" unique_id=1736331167] 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 -[node name="VBox" type="VBoxContainer" parent="LeaderboardPanel/MarginContainer"] +[node name="VBox" type="VBoxContainer" parent="LeaderboardPanel/MarginContainer" unique_id=635878805] layout_mode = 2 theme_override_constants/separation = 4 -[node name="Title" type="Label" parent="LeaderboardPanel/MarginContainer/VBox"] +[node name="Title" type="Label" parent="LeaderboardPanel/MarginContainer/VBox" unique_id=1810699363] layout_mode = 2 theme_override_font_sizes/font_size = 16 text = "🏆 LEADERBOARD" horizontal_alignment = 1 -[node name="Separator" type="HSeparator" parent="LeaderboardPanel/MarginContainer/VBox"] +[node name="Separator" type="HSeparator" parent="LeaderboardPanel/MarginContainer/VBox" unique_id=1615297005] layout_mode = 2 -[node name="Entry1" type="HBoxContainer" parent="LeaderboardPanel/MarginContainer/VBox"] +[node name="Entry1" type="HBoxContainer" parent="LeaderboardPanel/MarginContainer/VBox" unique_id=1372346601] layout_mode = 2 -[node name="RankLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry1"] +[node name="RankLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry1" unique_id=828754165] custom_minimum_size = Vector2(35, 0) layout_mode = 2 theme_override_font_sizes/font_size = 14 text = "1st" -[node name="NameLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry1"] +[node name="NameLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry1" unique_id=777741978] custom_minimum_size = Vector2(100, 0) layout_mode = 2 theme_override_font_sizes/font_size = 14 text = "Player 1" clip_text = true -[node name="ScoreLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry1"] +[node name="ScoreLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry1" unique_id=163441394] layout_mode = 2 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 14 text = "0" horizontal_alignment = 2 -[node name="Entry2" type="HBoxContainer" parent="LeaderboardPanel/MarginContainer/VBox"] +[node name="Entry2" type="HBoxContainer" parent="LeaderboardPanel/MarginContainer/VBox" unique_id=1213770719] layout_mode = 2 -[node name="RankLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry2"] +[node name="RankLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry2" unique_id=276085006] custom_minimum_size = Vector2(35, 0) layout_mode = 2 theme_override_font_sizes/font_size = 14 text = "2nd" -[node name="NameLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry2"] +[node name="NameLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry2" unique_id=980063105] custom_minimum_size = Vector2(100, 0) layout_mode = 2 theme_override_font_sizes/font_size = 14 text = "Player 2" clip_text = true -[node name="ScoreLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry2"] +[node name="ScoreLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry2" unique_id=630589738] layout_mode = 2 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 14 text = "0" horizontal_alignment = 2 -[node name="Entry3" type="HBoxContainer" parent="LeaderboardPanel/MarginContainer/VBox"] +[node name="Entry3" type="HBoxContainer" parent="LeaderboardPanel/MarginContainer/VBox" unique_id=988674004] layout_mode = 2 -[node name="RankLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry3"] +[node name="RankLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry3" unique_id=940102589] custom_minimum_size = Vector2(35, 0) layout_mode = 2 theme_override_font_sizes/font_size = 14 text = "3rd" -[node name="NameLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry3"] +[node name="NameLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry3" unique_id=872999463] custom_minimum_size = Vector2(100, 0) layout_mode = 2 theme_override_font_sizes/font_size = 14 text = "Player 3" clip_text = true -[node name="ScoreLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry3"] +[node name="ScoreLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry3" unique_id=508325054] layout_mode = 2 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 14 text = "0" horizontal_alignment = 2 -[node name="Entry4" type="HBoxContainer" parent="LeaderboardPanel/MarginContainer/VBox"] +[node name="Entry4" type="HBoxContainer" parent="LeaderboardPanel/MarginContainer/VBox" unique_id=394023021] layout_mode = 2 -[node name="RankLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry4"] +[node name="RankLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry4" unique_id=539805932] custom_minimum_size = Vector2(35, 0) layout_mode = 2 theme_override_font_sizes/font_size = 14 text = "4th" -[node name="NameLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry4"] +[node name="NameLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry4" unique_id=379355680] custom_minimum_size = Vector2(100, 0) layout_mode = 2 theme_override_font_sizes/font_size = 14 text = "Player 4" clip_text = true -[node name="ScoreLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry4"] +[node name="ScoreLabel" type="Label" parent="LeaderboardPanel/MarginContainer/VBox/Entry4" unique_id=560418594] layout_mode = 2 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 14 text = "0" horizontal_alignment = 2 -[node name="GoalsTimer" type="PanelContainer" parent="."] -offset_left = 20.0 -offset_top = 20.0 -offset_right = 97.0 -offset_bottom = 97.0 +[node name="GoalsTimer" type="PanelContainer" parent="." unique_id=2106663301] +offset_left = 145.0 +offset_top = 28.0 +offset_right = 222.0 +offset_bottom = 105.0 -[node name="VBox" type="VBoxContainer" parent="GoalsTimer"] +[node name="VBox" type="VBoxContainer" parent="GoalsTimer" unique_id=231693109] layout_mode = 2 alignment = 1 -[node name="TimerLabel" type="Label" parent="GoalsTimer/VBox"] +[node name="TimerLabel" type="Label" parent="GoalsTimer/VBox" unique_id=466345203] layout_mode = 2 theme_override_font_sizes/font_size = 32 text = "60" horizontal_alignment = 1 -[node name="SuffixLabel" type="Label" parent="GoalsTimer/VBox"] +[node name="SuffixLabel" type="Label" parent="GoalsTimer/VBox" unique_id=1276360987] layout_mode = 2 theme_override_font_sizes/font_size = 12 text = "seconds" horizontal_alignment = 1 -[node name="GlobalMatchTimer" type="PanelContainer" parent="."] +[node name="GlobalMatchTimer" type="PanelContainer" parent="." unique_id=1714357974] anchors_preset = 5 anchor_left = 0.5 anchor_right = 0.5 @@ -9521,22 +9519,22 @@ offset_right = 80.0 offset_bottom = 74.0 grow_horizontal = 2 -[node name="VBox" type="VBoxContainer" parent="GlobalMatchTimer"] +[node name="VBox" type="VBoxContainer" parent="GlobalMatchTimer" unique_id=24429117] layout_mode = 2 alignment = 1 -[node name="TimerLabel" type="Label" parent="GlobalMatchTimer/VBox"] +[node name="TimerLabel" type="Label" parent="GlobalMatchTimer/VBox" unique_id=689385799] layout_mode = 2 theme_override_font_sizes/font_size = 28 text = "3:00" horizontal_alignment = 1 -[node name="PauseMenu" type="CanvasLayer" parent="."] +[node name="PauseMenu" type="CanvasLayer" parent="." unique_id=181131829] process_mode = 3 layer = 10 visible = false -[node name="Background" type="ColorRect" parent="PauseMenu"] +[node name="Background" type="ColorRect" parent="PauseMenu" unique_id=412985431] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -9544,7 +9542,7 @@ grow_horizontal = 2 grow_vertical = 2 color = Color(0, 0, 0, 0.7) -[node name="Panel" type="PanelContainer" parent="PauseMenu"] +[node name="Panel" type="PanelContainer" parent="PauseMenu" unique_id=407391814] anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 @@ -9557,11 +9555,11 @@ offset_bottom = 150.0 grow_horizontal = 2 grow_vertical = 2 -[node name="NetworkPanel" type="Panel" parent="PauseMenu/Panel"] +[node name="NetworkPanel" type="Panel" parent="PauseMenu/Panel" unique_id=935918250] layout_mode = 2 theme_override_styles/panel = ExtResource("5_dvx6y") -[node name="NetworkInfo" type="HBoxContainer" parent="PauseMenu/Panel/NetworkPanel"] +[node name="NetworkInfo" type="HBoxContainer" parent="PauseMenu/Panel/NetworkPanel" unique_id=1194782604] layout_mode = 1 anchors_preset = 5 anchor_left = 0.5 @@ -9573,54 +9571,54 @@ grow_horizontal = 2 theme_override_constants/separation = 50 alignment = 1 -[node name="NetworkSideDisplay" type="Label" parent="PauseMenu/Panel/NetworkPanel/NetworkInfo"] +[node name="NetworkSideDisplay" type="Label" parent="PauseMenu/Panel/NetworkPanel/NetworkInfo" unique_id=1748547015] layout_mode = 2 text = "Network Side" horizontal_alignment = 1 vertical_alignment = 1 -[node name="UniquePeerID" type="Label" parent="PauseMenu/Panel/NetworkPanel/NetworkInfo"] +[node name="UniquePeerID" type="Label" parent="PauseMenu/Panel/NetworkPanel/NetworkInfo" unique_id=1306253581] layout_mode = 2 text = "Unique Peer ID" horizontal_alignment = 1 vertical_alignment = 1 -[node name="VBox" type="VBoxContainer" parent="PauseMenu/Panel"] +[node name="VBox" type="VBoxContainer" parent="PauseMenu/Panel" unique_id=837757440] layout_mode = 2 theme_override_constants/separation = 15 alignment = 1 -[node name="Title" type="Label" parent="PauseMenu/Panel/VBox"] +[node name="Title" type="Label" parent="PauseMenu/Panel/VBox" unique_id=1740539610] layout_mode = 2 theme_override_font_sizes/font_size = 24 text = "PAUSED" horizontal_alignment = 1 -[node name="Spacer" type="Control" parent="PauseMenu/Panel/VBox"] +[node name="Spacer" type="Control" parent="PauseMenu/Panel/VBox" unique_id=57341975] custom_minimum_size = Vector2(0, 20) layout_mode = 2 -[node name="ResumeBtn" type="Button" parent="PauseMenu/Panel/VBox"] +[node name="ResumeBtn" type="Button" parent="PauseMenu/Panel/VBox" unique_id=79086881] custom_minimum_size = Vector2(200, 45) layout_mode = 2 text = "Resume" -[node name="SettingsBtn" type="Button" parent="PauseMenu/Panel/VBox"] +[node name="SettingsBtn" type="Button" parent="PauseMenu/Panel/VBox" unique_id=215865401] custom_minimum_size = Vector2(200, 45) layout_mode = 2 text = "Settings" -[node name="QuitBtn" type="Button" parent="PauseMenu/Panel/VBox"] +[node name="QuitBtn" type="Button" parent="PauseMenu/Panel/VBox" unique_id=1771850243] custom_minimum_size = Vector2(200, 45) layout_mode = 2 text = "Quit Match" -[node name="SettingsPanel" type="CanvasLayer" parent="."] +[node name="SettingsPanel" type="CanvasLayer" parent="." unique_id=268064562] process_mode = 3 layer = 11 visible = false -[node name="Background" type="ColorRect" parent="SettingsPanel"] +[node name="Background" type="ColorRect" parent="SettingsPanel" unique_id=1148993432] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -9628,7 +9626,7 @@ grow_horizontal = 2 grow_vertical = 2 color = Color(0, 0, 0, 0.8) -[node name="Panel" type="PanelContainer" parent="SettingsPanel"] +[node name="Panel" type="PanelContainer" parent="SettingsPanel" unique_id=1418717329] anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 @@ -9641,75 +9639,75 @@ offset_bottom = 200.0 grow_horizontal = 2 grow_vertical = 2 -[node name="VBox" type="VBoxContainer" parent="SettingsPanel/Panel"] +[node name="VBox" type="VBoxContainer" parent="SettingsPanel/Panel" unique_id=449477630] layout_mode = 2 theme_override_constants/separation = 12 alignment = 1 -[node name="Title" type="Label" parent="SettingsPanel/Panel/VBox"] +[node name="Title" type="Label" parent="SettingsPanel/Panel/VBox" unique_id=1939206128] layout_mode = 2 theme_override_font_sizes/font_size = 22 text = "Settings" horizontal_alignment = 1 -[node name="Spacer" type="Control" parent="SettingsPanel/Panel/VBox"] +[node name="Spacer" type="Control" parent="SettingsPanel/Panel/VBox" unique_id=426750898] custom_minimum_size = Vector2(0, 10) layout_mode = 2 -[node name="TouchHeader" type="Label" parent="SettingsPanel/Panel/VBox"] +[node name="TouchHeader" type="Label" parent="SettingsPanel/Panel/VBox" unique_id=1095783125] layout_mode = 2 theme_override_font_sizes/font_size = 16 text = "Touch Controls" -[node name="ButtonSizeRow" type="HBoxContainer" parent="SettingsPanel/Panel/VBox"] +[node name="ButtonSizeRow" type="HBoxContainer" parent="SettingsPanel/Panel/VBox" unique_id=1573503465] layout_mode = 2 -[node name="Label" type="Label" parent="SettingsPanel/Panel/VBox/ButtonSizeRow"] +[node name="Label" type="Label" parent="SettingsPanel/Panel/VBox/ButtonSizeRow" unique_id=1996113172] layout_mode = 2 size_flags_horizontal = 3 text = "Button Size" -[node name="ButtonSizeSlider" type="HSlider" parent="SettingsPanel/Panel/VBox/ButtonSizeRow"] +[node name="ButtonSizeSlider" type="HSlider" parent="SettingsPanel/Panel/VBox/ButtonSizeRow" unique_id=1536868944] custom_minimum_size = Vector2(150, 0) layout_mode = 2 min_value = 50.0 max_value = 120.0 value = 70.0 -[node name="OpacityRow" type="HBoxContainer" parent="SettingsPanel/Panel/VBox"] +[node name="OpacityRow" type="HBoxContainer" parent="SettingsPanel/Panel/VBox" unique_id=494509398] layout_mode = 2 -[node name="Label" type="Label" parent="SettingsPanel/Panel/VBox/OpacityRow"] +[node name="Label" type="Label" parent="SettingsPanel/Panel/VBox/OpacityRow" unique_id=252128874] layout_mode = 2 size_flags_horizontal = 3 text = "Button Opacity" -[node name="OpacitySlider" type="HSlider" parent="SettingsPanel/Panel/VBox/OpacityRow"] +[node name="OpacitySlider" type="HSlider" parent="SettingsPanel/Panel/VBox/OpacityRow" unique_id=1673848529] custom_minimum_size = Vector2(150, 0) layout_mode = 2 max_value = 1.0 step = 0.1 value = 0.7 -[node name="JoystickToggle" type="CheckButton" parent="SettingsPanel/Panel/VBox"] +[node name="JoystickToggle" type="CheckButton" parent="SettingsPanel/Panel/VBox" unique_id=674311321] layout_mode = 2 button_pressed = true text = "Enable Virtual Joystick" -[node name="Spacer2" type="Control" parent="SettingsPanel/Panel/VBox"] +[node name="Spacer2" type="Control" parent="SettingsPanel/Panel/VBox" unique_id=166051520] custom_minimum_size = Vector2(0, 15) layout_mode = 2 -[node name="BackBtn" type="Button" parent="SettingsPanel/Panel/VBox"] +[node name="BackBtn" type="Button" parent="SettingsPanel/Panel/VBox" unique_id=1290117622] custom_minimum_size = Vector2(0, 40) layout_mode = 2 text = "Back" -[node name="TouchControls" type="CanvasLayer" parent="."] +[node name="TouchControls" type="CanvasLayer" parent="." unique_id=1390485948] layer = 10 script = ExtResource("touch_manager") -[node name="TouchControls" type="Control" parent="TouchControls"] +[node name="TouchControls" type="Control" parent="TouchControls" unique_id=1539594058] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -9719,7 +9717,7 @@ grow_horizontal = 2 grow_vertical = 2 mouse_filter = 1 -[node name="VirtualJoystick" type="Control" parent="TouchControls/TouchControls"] +[node name="VirtualJoystick" type="Control" parent="TouchControls/TouchControls" unique_id=1983608919] layout_mode = 1 anchors_preset = 2 anchor_top = 1.0 @@ -9731,104 +9729,112 @@ offset_bottom = -120.0 grow_vertical = 0 script = ExtResource("virtual_joystick") -[node name="GrabBtn" type="Button" parent="TouchControls/TouchControls"] +[node name="GrabBtn" type="Button" parent="TouchControls/TouchControls" unique_id=914810452] layout_mode = 1 anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 -offset_left = -232.0 -offset_top = -286.0 -offset_right = -162.0 -offset_bottom = -216.0 +offset_left = -303.0 +offset_top = -249.0 +offset_right = -233.0 +offset_bottom = -179.0 grow_horizontal = 0 grow_vertical = 0 text = "👋" -[node name="PutBtn" type="Button" parent="TouchControls/TouchControls"] +[node name="PutBtn" type="Button" parent="TouchControls/TouchControls" unique_id=1027790362] layout_mode = 1 anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 -offset_left = -152.0 -offset_top = -206.0 -offset_right = -82.0 -offset_bottom = -136.0 +offset_left = -223.0 +offset_top = -169.0 +offset_right = -153.0 +offset_bottom = -99.0 grow_horizontal = 0 grow_vertical = 0 text = "📦" -[node name="SpecialBtn" type="Button" parent="TouchControls/TouchControls"] +[node name="SpecialBtn" type="Button" parent="TouchControls/TouchControls" unique_id=1380511463] layout_mode = 1 anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 -offset_left = -232.0 -offset_top = -126.0 -offset_right = -162.0 -offset_bottom = -56.0 +offset_left = -223.0 +offset_top = -323.0 +offset_right = -153.0 +offset_bottom = -253.0 grow_horizontal = 0 grow_vertical = 0 text = "⚡" -[node name="SettingsBtn" type="Button" parent="TouchControls/TouchControls"] +[node name="SpawnBoostBtn" type="Button" parent="TouchControls/TouchControls" unique_id=1566173505] layout_mode = 1 anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 -offset_left = -69.0 -offset_top = -69.0 -offset_right = -19.0 -offset_bottom = -19.0 +offset_left = -143.0 +offset_top = -241.0 +offset_right = -73.0 +offset_bottom = -171.0 +grow_horizontal = 0 +grow_vertical = 0 +text = "⚡" + +[node name="SettingsBtn" type="Button" parent="TouchControls/TouchControls" unique_id=1964422444] +layout_mode = 1 +anchors_preset = 3 +anchor_left = 1.0 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_left = -1337.0 +offset_top = -83.0 +offset_right = -1287.0 +offset_bottom = -33.0 grow_horizontal = 0 grow_vertical = 0 text = "⚙" -[node name="PowerUpInventoryUI" type="Control" parent="."] +[node name="PowerUpInventoryUI" type="Control" parent="." unique_id=1105620089] +layout_mode = 3 anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 -offset_left = -228.0 -offset_top = -100.0 -offset_right = -28.0 -offset_bottom = -20.0 +offset_left = -450.0 +offset_top = -76.0 +offset_right = -450.0 +offset_bottom = -76.0 grow_horizontal = 0 grow_vertical = 0 script = ExtResource("powerup_ui_script") -[node name="Panel" type="Panel" parent="PowerUpInventoryUI"] +[node name="HBoxContainer" type="HBoxContainer" parent="PowerUpInventoryUI" unique_id=251526179] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +offset_right = 212.0 +offset_bottom = 50.0 grow_horizontal = 2 grow_vertical = 2 -theme_override_styles/panel = SubResource("StyleBoxFlat_playerboard") -[node name="HBoxContainer" type="HBoxContainer" parent="PowerUpInventoryUI"] -layout_mode = 1 -anchors_preset = 15 -anchor_right = 1.0 -anchor_bottom = 1.0 -grow_horizontal = 2 -grow_vertical = 2 -alignment = 1 - -[node name="CoinIcon" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer"] +[node name="CoinIcon" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer" unique_id=341904386] layout_mode = 2 texture = ExtResource("10_my1qp") expand_mode = 2 -[node name="SelectRect" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer/CoinIcon"] +[node name="SelectRect" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer/CoinIcon" unique_id=961231613] visible = false layout_mode = 1 anchors_preset = 15 @@ -9838,12 +9844,12 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_8meci") -[node name="HeartIcon" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer"] +[node name="HeartIcon" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer" unique_id=61328923] layout_mode = 2 texture = ExtResource("7_xwcc1") expand_mode = 2 -[node name="SelectRect" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer/HeartIcon"] +[node name="SelectRect" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer/HeartIcon" unique_id=772732397] visible = false layout_mode = 1 anchors_preset = 15 @@ -9853,12 +9859,12 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_8meci") -[node name="DiamondIcon" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer"] +[node name="DiamondIcon" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer" unique_id=1830849071] layout_mode = 2 texture = ExtResource("8_quhbu") expand_mode = 2 -[node name="SelectRect" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer/DiamondIcon"] +[node name="SelectRect" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer/DiamondIcon" unique_id=439518389] visible = false layout_mode = 1 anchors_preset = 15 @@ -9868,12 +9874,12 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_8meci") -[node name="StarIcon" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer"] +[node name="StarIcon" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer" unique_id=1468665065] layout_mode = 2 texture = ExtResource("9_i0gbs") expand_mode = 2 -[node name="SelectRect" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer/StarIcon"] +[node name="SelectRect" type="TextureRect" parent="PowerUpInventoryUI/HBoxContainer/StarIcon" unique_id=1393132163] visible = false layout_mode = 1 anchors_preset = 15 diff --git a/scenes/player.gd b/scenes/player.gd index 3f8f345..4bb00e4 100644 --- a/scenes/player.gd +++ b/scenes/player.gd @@ -22,12 +22,25 @@ var original_movement_range: int = 1 var is_attack_mode: bool = false: set(value): + if is_attack_mode == value: + return # Prevent infinite recursion / redundant updates + is_attack_mode = value # Visual feedback for attack mode (Red Tint) if is_attack_mode: _apply_tint_recursive(self, Color(1.0, 0.5, 0.5)) else: _apply_tint_recursive(self, Color.WHITE) + + # Sync to others if we are the authority + if is_multiplayer_authority(): + rpc("sync_attack_mode", is_attack_mode) + +@rpc("any_peer", "call_local", "reliable") +func sync_attack_mode(state: bool): + # We WANT to trigger the setter to apply visuals on clients + # Using self.var triggers setter in GDScript + self.is_attack_mode = state @export var is_bot: bool = false diff --git a/scripts/bot_controller.gd b/scripts/bot_controller.gd index 816614b..301d4e0 100644 --- a/scripts/bot_controller.gd +++ b/scripts/bot_controller.gd @@ -130,6 +130,13 @@ func _run_ai_tick(): print("[BotController] Action Taken: Put (Priority)") return + # Priority 0: Attack Mode (Aggressive Chase) + if actor.get("is_attack_mode"): + print("[BotController] Attack Mode Active! Hunting targets...") + if await _try_attack_chase(): + print("[BotController] Action Taken: Attack Pursuit") + return + # Priority 1: Use power-up sabotage if conditions are met if await _try_use_powerup(): print("[BotController] Action Taken: PowerUp") @@ -175,6 +182,10 @@ func _try_use_powerup() -> bool: var powerup_manager = actor.get_node_or_null("PowerUpManager") if not powerup_manager or not powerup_manager.can_use_special(): return false + + # PREVENT LOOP: If already in Attack Mode, do not try to use it again + if actor.get("is_attack_mode"): + return false # Evaluate sabotage opportunity var eval = strategic_planner.evaluate_sabotage_opportunity() @@ -185,7 +196,21 @@ func _try_use_powerup() -> bool: _is_processing_action = true _current_action = "sabotaging" - var success = powerup_manager.use_special_effect() + # 50/50 Chance: Attack Mode vs Spawn Item + var success = false + if rng.randf() > 0.5: + # Attack Mode + success = powerup_manager.use_special_effect() + print("[BotController] %s chose ATTACK MODE." % actor.name) + else: + # Spawn Item (if supported) + if powerup_manager.has_method("spawn_boost_reward"): + success = powerup_manager.spawn_boost_reward() + print("[BotController] %s chose SPAWN ITEM." % actor.name) + else: + # Fallback to attack mode if method missing + success = powerup_manager.use_special_effect() + if success: print("[BotController] %s used power-up (reason: %s)" % [actor.name, eval.reason]) NotificationManager.send_message(actor, NotificationManager.MESSAGES.USED_SPECIAL_POWER, NotificationManager.MessageType.POWERUP) @@ -197,6 +222,58 @@ func _try_use_powerup() -> bool: _current_action = "idle" return success +# ============================================================================= +# Attack Mode Logic (Aggressive Chase) +# ============================================================================= + +func _try_attack_chase() -> bool: + """Find nearest player and move towards them to RAM them.""" + var victim = _find_nearest_victim() + if not victim: + # No victim found? Just behave normally (grab tiles etc) + return false + + # Pathfind to victim + var path = enhanced_gridmap.find_path( + Vector2(actor.current_position), + Vector2(victim.current_position), + 0, + false, + false + ) + + if path.size() >= 2: + var next_step = Vector2i(path[1].x, path[1].y) + + # Move to next step (If occupied by victim, movement_manager will trigger PUSH) + if actor.movement_manager.simple_move_to(next_step): + _is_processing_action = true + _current_action = "attacking" + await _wait_with_variance(action_delay) # Shorter delay for attacks? perhaos + if not is_instance_valid(self): return true + _is_processing_action = false + _current_action = "idle" + return true + + return false + +func _find_nearest_victim() -> Node3D: + var best_dist = 9999.0 + var best_victim = null + + var players = get_tree().get_nodes_in_group("Players") + for p in players: + if p == actor or p.is_in_group("Spectators"): + continue + + # Dist check + var dist = abs(p.current_position.x - actor.current_position.x) + abs(p.current_position.y - actor.current_position.y) + if dist < best_dist: + best_dist = dist + best_victim = p + + return best_victim + # ============================================================================= # Grab Tiles # ============================================================================= @@ -550,8 +627,8 @@ func _handle_goal_completion(): goals_cycle_manager.on_goal_completed(actor, time_remaining) var powerup_manager = actor.get_node_or_null("PowerUpManager") - if powerup_manager: - powerup_manager.add_goal_completion_reward() + # if powerup_manager: + # powerup_manager.add_goal_completion_reward() print("[BotController] %s COMPLETED GOAL!" % actor.name) diff --git a/scripts/managers/notification_manager.gd.uid b/scripts/managers/notification_manager.gd.uid new file mode 100644 index 0000000..f66810f --- /dev/null +++ b/scripts/managers/notification_manager.gd.uid @@ -0,0 +1 @@ +uid://c2n4v6brcjtwn diff --git a/scripts/managers/player_movement_manager.gd b/scripts/managers/player_movement_manager.gd index bc7472f..4a21bb2 100644 --- a/scripts/managers/player_movement_manager.gd +++ b/scripts/managers/player_movement_manager.gd @@ -133,12 +133,15 @@ func try_push(target_pos: Vector2i, direction: Vector2i) -> bool: # Wall/Blocked -> Stagger in place other_player.rpc("apply_stagger", 1.5) - # 4. Consume Boost + # 4. Consume Boost (Full) - One hit per charge if player.powerup_manager: - player.powerup_manager.reset_boost() + # Consume all available boost to force a full recharge cycle + player.powerup_manager.consume_boost(100.0) - # 5. Reset Attack Mode - player.is_attack_mode = false + # 5. Attack Mode Persistence + # logic moved to consume_boost: checks if <= 0 then disables. + # So we do NOT force disable here. + # player.is_attack_mode = false return true diff --git a/scripts/managers/playerboard_manager.gd b/scripts/managers/playerboard_manager.gd index fe8d9bc..37224c7 100644 --- a/scripts/managers/playerboard_manager.gd +++ b/scripts/managers/playerboard_manager.gd @@ -683,7 +683,7 @@ func _check_goal_completion(): if player.race_manager.check_pattern_match(): print("[PlayerboardManager] Goal completed for player %s!" % player.name) - # Award power-up bar for goal completion + # Level up boost difficulty on goal completion var powerup_manager = player.get_node_or_null("PowerUpManager") if powerup_manager: powerup_manager.add_goal_completion_reward() diff --git a/scripts/managers/powerup_manager.gd b/scripts/managers/powerup_manager.gd index b665a40..4156838 100644 --- a/scripts/managers/powerup_manager.gd +++ b/scripts/managers/powerup_manager.gd @@ -3,13 +3,17 @@ extends Node # PowerUpManager - Handles Boost Meter (Time-based logic) # Note: Inventory logic is now in SpecialTilesManager + PlayerboardManager -const MAX_BOOST: float = 100.0 -const BASE_FILL_RATE: float = 4.0 # 4 points per second baseline (25s to full) +const MAX_BOOST: float = 100.0 # Fills to 100. Activation requires FULL bar (>= 100). +const BASE_FILL_RATE: float = 10.0 # 10 points per second (10s to full) - user requested faster/simpler var player: Node3D var enhanced_gridmap: Node var goal_manager: Node +# Progressive Difficulty Settings +const FILL_TIMES: Array = [2.0, 3.0, 4.0, 5.0, 6.0, 7.5, 8.5, 10.0] # Seconds to full for Lvl 1-8 (2s to 10s) +var current_level: int = 1 + # Boost State var current_boost: float = 0.0 @@ -49,7 +53,13 @@ func _process(delta): # Use authority ID for lookup multiplier = goal_manager.get_boost_multiplier(player.get_multiplayer_authority()) - current_boost += BASE_FILL_RATE * multiplier * delta + # Calculate Dynamic Fill Rate based on Level + # Level 1 (Index 0) -> Level 8 (Index 7) + var level_idx = clamp(current_level - 1, 0, FILL_TIMES.size() - 1) + var fill_time = FILL_TIMES[level_idx] + var current_rate = MAX_BOOST / fill_time # e.g. 100/10 = 10/s, 100/60 = 1.66/s + + current_boost += current_rate * multiplier * delta current_boost = min(current_boost, MAX_BOOST) # Update UI (Cast to int for compatibility with existing UI slider/bar) @@ -59,7 +69,7 @@ func _process(delta): _on_boost_full() func _on_boost_full(): - player.is_attack_mode = true + # player.is_attack_mode = true # Removed auto-activate emit_signal("bar_filled") NotificationManager.send_message(player, NotificationManager.MESSAGES.ATTACK_MODE_READY, NotificationManager.MessageType.POWERUP) print("[PowerUp] Player %s Boost Full! Entering Attack Mode." % player.name) @@ -69,7 +79,7 @@ func _on_boost_full(): func reset_boost(): current_boost = 0.0 - player.is_attack_mode = false + # player.is_attack_mode = false # Do not auto-disable here, managed by usage emit_signal("points_changed", 0, int(MAX_BOOST)) emit_signal("boost_reset") @@ -104,15 +114,51 @@ func get_fill_percentage() -> float: return current_boost / MAX_BOOST func can_use_special() -> bool: - return current_boost >= MAX_BOOST + # Use small epsilon for float comparison to avoid "99.999" issues + return current_boost >= (MAX_BOOST - 0.1) + +func enable_attack_mode(): + """Enable Attack Mode without consuming boost.""" + player.is_attack_mode = true + NotificationManager.send_message(player, NotificationManager.MESSAGES.ATTACK_MODE_READY, NotificationManager.MessageType.POWERUP) + print("[PowerUp] Attack Mode Enabled (Free).") func use_special_effect() -> bool: if not can_use_special(): return false - # Consume boost - reset_boost() + # Enable Attack Mode explicitly + player.is_attack_mode = true + # Do NOT consume boost here. Boost acts as "fuel" for the attacks. + # Notification check handled by caller or signal return true + +func consume_boost(amount: float): + """Consume a specific amount of boost.""" + current_boost -= amount + if current_boost <= 0: + current_boost = 0.0 + player.is_attack_mode = false # Out of fuel + emit_signal("boost_reset") # UI update for empty + print("[PowerUp] Boost depleted. Attack Mode OFF.") + + emit_signal("points_changed", int(current_boost), int(MAX_BOOST)) + + if player.is_multiplayer_authority(): + rpc("sync_boost", current_boost) + +func spawn_boost_reward() -> bool: + """Alternative Boost Usage: Spawn a PowerUp Tile properly.""" + if not can_use_special(): + return false + + if player.special_tiles_manager and player.special_tiles_manager.has_method("spawn_powerups_around"): + player.special_tiles_manager.spawn_powerups_around(player.current_position) + reset_boost() # Consumes full bar + print("[PowerUp] %s used Boost to SPAWN ITEM." % player.name) + return true + + return false func acquire_smash_bonus(): current_boost += 25.0 # Add 25% boost @@ -122,8 +168,12 @@ func acquire_smash_bonus(): _on_boost_full() func add_goal_completion_reward(): - current_boost += 50.0 # Reward for completing goal - current_boost = min(current_boost, MAX_BOOST) - emit_signal("points_changed", int(current_boost), int(MAX_BOOST)) - if current_boost >= MAX_BOOST: - _on_boost_full() + """Called when player completes a goal board. Increases difficulty level.""" + current_level += 1 + if current_level > 8: + current_level = 8 + + var level_idx = clamp(current_level - 1, 0, FILL_TIMES.size() - 1) + print("[PowerUp] Player %s Completed Goal. Boost Level Up! Now: %d (Fill Time: %.1fs)" % [player.name, current_level, FILL_TIMES[level_idx]]) + + # Optional: Notify user of difficulty increase? diff --git a/scripts/managers/touch_controls.gd b/scripts/managers/touch_controls.gd index 1acc447..3ef7a66 100644 --- a/scripts/managers/touch_controls.gd +++ b/scripts/managers/touch_controls.gd @@ -11,6 +11,7 @@ var virtual_joystick: Control var grab_button: Button var put_button: Button var special_button: Button +var spawn_boost_button: Button var settings_button: Button # Settings - persisted to config file @@ -23,7 +24,8 @@ var joystick_position: Vector2 = Vector2(120, -120) # Relative to bottom-left var button_positions: Dictionary = { "grab": Vector2(-200, -240), # Relative to bottom-right "put": Vector2(-120, -160), - "special": Vector2(-200, -80) + "special": Vector2(-200, -80), + "spawn_boost": Vector2(-120, -80) } var button_scale: float = 1.0 @@ -93,6 +95,7 @@ func _create_touch_ui(): grab_button = _find_or_create_action_button(container, "Grab", "👋", button_positions.grab) put_button = _find_or_create_action_button(container, "Put", "📦", button_positions.put) special_button = _find_or_create_action_button(container, "Special", "⚡", button_positions.special) + spawn_boost_button = _find_or_create_action_button(container, "SpawnBoost", "🚀", button_positions.spawn_boost) # Create settings button (top-right corner) settings_button = container.get_node_or_null("SettingsBtn") @@ -203,6 +206,7 @@ func _on_button_pressed(button_name: String): "Grab": btn = grab_button "Put": btn = put_button "Special": btn = special_button + "SpawnBoost": btn = spawn_boost_button if btn: var tween = create_tween() @@ -221,8 +225,32 @@ func _on_button_pressed(button_name: String): "Special": emit_signal("special_pressed") var powerup_mgr = local_player.get_node_or_null("PowerUpManager") - if powerup_mgr and powerup_mgr.has_method("use_special_effect"): - powerup_mgr.use_special_effect() + if powerup_mgr: + # Require Full Boost to Activate (User Request: "Connect to boost bar") + var can_use = powerup_mgr.can_use_special() + var boost_val = powerup_mgr.current_boost + print("[TouchControls] Special Pressed. Boost: %s, CanUse: %s" % [boost_val, can_use]) + + if can_use: + powerup_mgr.use_special_effect() # Sets is_attack_mode=true, Does NOT consume boost yet + else: + # Optional feedback for not ready? + pass + else: + print("[TouchControls] PowerUpManager missing on player") + "SpawnBoost": + var powerup_mgr = local_player.get_node_or_null("PowerUpManager") + if powerup_mgr: + var can_use = powerup_mgr.can_use_special() + var boost_val = powerup_mgr.current_boost + print("[TouchControls] SpawnBoost Pressed. Boost: %s, CanUse: %s" % [boost_val, can_use]) + + if can_use: # Check if boost is full + if local_player.special_tiles_manager and local_player.special_tiles_manager.has_method("spawn_powerups_around"): + local_player.special_tiles_manager.spawn_powerups_around(local_player.current_position) + powerup_mgr.reset_boost() # Consume the boost manually since we bypassed use_special_effect + else: + print("[TouchControls] PowerUpManager missing on player") func _on_button_released(button_name: String): var btn: Button @@ -230,6 +258,7 @@ func _on_button_released(button_name: String): "Grab": btn = grab_button "Put": btn = put_button "Special": btn = special_button + "SpawnBoost": btn = spawn_boost_button if btn: var tween = create_tween() @@ -268,7 +297,8 @@ func _load_settings(): var grab_pos = config.get_value("touch_controls", "grab_position", Vector2(-200, -240)) var put_pos = config.get_value("touch_controls", "put_position", Vector2(-120, -160)) var special_pos = config.get_value("touch_controls", "special_position", Vector2(-200, -80)) - button_positions = {"grab": grab_pos, "put": put_pos, "special": special_pos} + var spawn_boost_pos = config.get_value("touch_controls", "spawn_boost_position", Vector2(-120, -80)) + button_positions = {"grab": grab_pos, "put": put_pos, "special": special_pos, "spawn_boost": spawn_boost_pos} # Apply loaded settings _apply_settings() @@ -286,6 +316,7 @@ func _save_settings(): config.set_value("touch_controls", "grab_position", button_positions.grab) config.set_value("touch_controls", "put_position", button_positions.put) config.set_value("touch_controls", "special_position", button_positions.special) + config.set_value("touch_controls", "spawn_boost_position", button_positions.spawn_boost) var err = config.save(CONFIG_PATH) if err != OK: @@ -331,6 +362,14 @@ func _apply_settings(): special_button.offset_right = button_positions.special.x + button_size special_button.offset_bottom = button_positions.special.y + button_size + if spawn_boost_button: + spawn_boost_button.visible = buttons_visible + spawn_boost_button.scale = Vector2(button_scale, button_scale) + spawn_boost_button.offset_left = button_positions.spawn_boost.x + spawn_boost_button.offset_top = button_positions.spawn_boost.y + spawn_boost_button.offset_right = button_positions.spawn_boost.x + button_size + spawn_boost_button.offset_bottom = button_positions.spawn_boost.y + button_size + # Force layer update visible = true @@ -375,6 +414,12 @@ func set_button_position(button_name: String, new_position: Vector2): special_button.offset_top = new_position.y special_button.offset_right = new_position.x + button_size special_button.offset_bottom = new_position.y + button_size + "spawn_boost": + if spawn_boost_button: + spawn_boost_button.offset_left = new_position.x + spawn_boost_button.offset_top = new_position.y + spawn_boost_button.offset_right = new_position.x + button_size + spawn_boost_button.offset_bottom = new_position.y + button_size func get_button_positions() -> Dictionary: """Get current button positions for settings UI.""" diff --git a/scripts/managers/ui_manager.gd b/scripts/managers/ui_manager.gd index aeff466..cfadc47 100644 --- a/scripts/managers/ui_manager.gd +++ b/scripts/managers/ui_manager.gd @@ -271,7 +271,10 @@ func setup_powerup_bar_ui(main_node): func update_powerup_bar(current_points: int, _max_points: int): """Update battery segments based on current power-up points.""" - var bars_filled = current_points / 4 # 4 points per bar + # 4 Segments total. Max Boost is 100. So each segment represents 25 points. + # Was previously dividing by 4, causing it to fill at 16 points! + var points_per_segment = _max_points / 4.0 + var bars_filled = int(current_points / points_per_segment) for i in range(powerup_segments.size()): var segment = powerup_segments[i] @@ -289,7 +292,8 @@ func update_powerup_bar(current_points: int, _max_points: int): var _previous_bars: int = 0 func _on_powerup_points_changed(current: int, max_points: int): - var new_bars = current / 4 + # Calculate based on max points (100) / 4 segments = 25 points per segment + var new_bars = int(current / 25.0) # Detect if a new bar was filled if new_bars > _previous_bars and powerup_bar: