Super-Mario-Bros-Remastered.../Scenes/Prefabs/UI/WorldSelect.tscn
SkyanUltra becdf9ba77
Expanded world/level icons (#763)
* Expanded Level Icons

Level icons are now defined in their own custom JSON file (LevelIcons.json) which determines which icons will be shown, along with an area where the user can input the size of their icons for custom sizing (larger sizes will likely be a bit odd in behavior, smaller should work fine though)

Along with that, icons have been greatly expanded, with 32 new level icons available for levels to use now, (a total of 45!) along with various older icons recieving slight touch-ups. Various levels now use these new icons to better represent major recognizable elements from those levels, and to give them a bit more variation between each other.

If there are any additional level icons that would make sense for implementation, let me know. I think this should cover most of the important ones, though.

* Delete LevelIcons.png.import

* Marathon + ANN Medal Icons on World Select

Marathon mode and ANN now show the highest ranking achieved on all levels when applicable. So if you manage to get a gold medal on every level, but get a bronze on one, then it'll display a bronze medal for your world completion.

Side note: Why the fuck was the only solution to the GPU particle emitting behavior to make a massive array of node paths. I hate this! This sucks! Joe, why did you do that? And why was it the only thing I could find that worked?

* Optimized particle emitting for world/level select

* ANN now has its own menu + bugfixes

This gives ANN its own dedicated menu rather than throwing you directly into the world selection menu, which additionally fixes an issue with rendering medal icons when selecting the campaign, and a few other fixes like the DiscoResults menu not using the ANN visual settings.

* Challenge Hunt Icons + menu bugfixes

Challenge Hunt icons are now implemented, so you can see all of your red coins, eggs and score requirements if you've met them. Along with that, fixed a bug where you could enter Worlds 9-D in marathon when you aren't supposed to by selecting a story mode option and then entering marathon.

* New icons + layout change for Challenge Hunt icons

By recommendation by Vanny, Challenge Hunt icons have been changed. Along with this, all icons for progress tracking are now in their own relegated image file for separate modification, and have been updated to use white outlines similar to the world icons themselves.

* Update ChallengeModeResults.tscn

Forgot to update this to use challenge icons for the world select screen.

* Eggs cycle through color again

Accidentally got rid of this, but didn't want to update every node. It simply does it based on the world number now rather than needing to be manually set.
2025-12-02 08:30:32 -05:00

2386 lines
87 KiB
Text

[gd_scene load_steps=22 format=3 uid="uid://dntk2js0tu3y2"]
[ext_resource type="Script" uid="uid://col2kvunpua7l" path="res://Scripts/UI/WorldSelect.gd" id="1_isg11"]
[ext_resource type="StyleBox" uid="uid://comkghpj0djcl" path="res://Resources/UI/Panel.tres" id="2_otmop"]
[ext_resource type="Script" uid="uid://co6tjg3w6qpd8" path="res://Scripts/Parts/LabelFontChanger.gd" id="3_isg11"]
[ext_resource type="Texture2D" uid="uid://chtjq1vr0rpso" path="res://Assets/Sprites/UI/CustomLevelIconDay.png" id="3_ldq6u"]
[ext_resource type="Texture2D" uid="uid://dsi25p0odieg2" path="res://Assets/Sprites/UI/Numbers.png" id="4_bxh4e"]
[ext_resource type="Script" uid="uid://xem6lai3ufyj" path="res://Scripts/Classes/UI/PackNinePatch.gd" id="5_6gt41"]
[ext_resource type="Texture2D" uid="uid://cvchqrf0fdg5x" path="res://Assets/Sprites/UI/ProgressTrackerIcons.png" id="6_gmk86"]
[ext_resource type="Script" uid="uid://ca3bew33g45eq" path="res://Scripts/Classes/UI/PackTextureRect.gd" id="7_6uv8k"]
[ext_resource type="Texture2D" uid="uid://sgrcmlktp2dk" path="res://Assets/Sprites/Particles/SRankParticles.png" id="8_ebcru"]
[ext_resource type="Texture2D" uid="uid://cdaluetdpls0d" path="res://Assets/Sprites/Particles/PRankParticles.png" id="9_0frxk"]
[sub_resource type="StyleBoxLine" id="StyleBoxLine_d8v6d"]
color = Color(1, 1, 1, 1)
grow_begin = -4.0
grow_end = -4.0
[sub_resource type="AtlasTexture" id="AtlasTexture_qti0y"]
atlas = ExtResource("6_gmk86")
region = Rect2(0, 10, 10, 10)
[sub_resource type="AtlasTexture" id="AtlasTexture_cgv5j"]
atlas = ExtResource("6_gmk86")
region = Rect2(30, 10, 10, 10)
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_n7c7e"]
particles_animation = true
particles_anim_h_frames = 7
particles_anim_v_frames = 1
particles_anim_loop = false
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_ebcru"]
particle_flag_disable_z = true
emission_shape = 6
emission_ring_axis = Vector3(0, 0, 1)
emission_ring_height = 4.0
emission_ring_radius = 5.0
emission_ring_inner_radius = 4.0
emission_ring_cone_angle = 90.0
gravity = Vector3(0, 0, 0)
anim_speed_min = 2.0
anim_speed_max = 2.0
[sub_resource type="AtlasTexture" id="AtlasTexture_gmk86"]
atlas = ExtResource("6_gmk86")
region = Rect2(0, 0, 10, 10)
[sub_resource type="AtlasTexture" id="AtlasTexture_ebcru"]
atlas = ExtResource("6_gmk86")
region = Rect2(10, 0, 10, 10)
[sub_resource type="AtlasTexture" id="AtlasTexture_qaid0"]
atlas = ExtResource("6_gmk86")
region = Rect2(20, 0, 10, 10)
[sub_resource type="AtlasTexture" id="AtlasTexture_0frxk"]
atlas = ExtResource("6_gmk86")
region = Rect2(30, 0, 40, 10)
[sub_resource type="AtlasTexture" id="AtlasTexture_oxrsx"]
atlas = ExtResource("6_gmk86")
region = Rect2(40, 10, 20, 10)
[sub_resource type="AtlasTexture" id="AtlasTexture_n7c7e"]
atlas = ExtResource("6_gmk86")
region = Rect2(60, 10, 20, 10)
[node name="WorldSelect" type="Control" unique_id=1916971691]
layout_mode = 3
anchors_preset = 0
offset_right = 180.0
offset_bottom = 65.0
script = ExtResource("1_isg11")
num_of_worlds = 12
[node name="Panel" type="PanelContainer" parent="." unique_id=1097733196]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = ExtResource("2_otmop")
[node name="MarginContainer" type="MarginContainer" parent="Panel" unique_id=1964473894]
layout_mode = 2
theme_override_constants/margin_left = -8
theme_override_constants/margin_top = -4
theme_override_constants/margin_right = -8
theme_override_constants/margin_bottom = -4
[node name="VBoxContainer" type="VBoxContainer" parent="Panel/MarginContainer" unique_id=1323027087]
layout_mode = 2
theme_override_constants/separation = 0
[node name="Title" type="Label" parent="Panel/MarginContainer/VBoxContainer" unique_id=923934861]
layout_mode = 2
size_flags_horizontal = 4
text = "MENU_WORLD_SELECT"
horizontal_alignment = 1
uppercase = true
[node name="HSeparator" type="HSeparator" parent="Panel/MarginContainer/VBoxContainer/Title" unique_id=1123061520]
layout_mode = 1
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -4.0
grow_horizontal = 2
grow_vertical = 0
theme_override_styles/separator = SubResource("StyleBoxLine_d8v6d")
[node name="HBoxContainer" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer" unique_id=1085255846]
layout_mode = 2
theme_override_constants/separation = 4
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer" unique_id=1428253935]
layout_mode = 2
text = "◄"
[node name="ScrollContainer" type="ScrollContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer" unique_id=947340452]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
follow_focus = true
horizontal_scroll_mode = 3
vertical_scroll_mode = 0
[node name="SlotContainer" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer" unique_id=181733477]
unique_name_in_owner = true
layout_mode = 2
[node name="Slot1" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=1293243576]
unique_name_in_owner = true
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
focus_mode = 2
mouse_filter = 2
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1" unique_id=1958932130]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
size_flags_vertical = 10
texture = ExtResource("3_ldq6u")
region_rect = Rect2(0, 0, 32, 32)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Icon" unique_id=1918539055]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.5
anchor_top = 0.9
anchor_right = 0.5
anchor_bottom = 0.9
offset_left = -6.0
offset_top = -11.799999
offset_right = 6.0
offset_bottom = 0.20000076
grow_horizontal = 2
grow_vertical = 0
texture = ExtResource("4_bxh4e")
region_rect = Rect2(0, 0, 12, 12)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Medal" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Icon" unique_id=383713797]
visible = false
layout_mode = 1
anchors_preset = -1
anchor_left = 0.75000006
anchor_top = 0.75000006
anchor_right = 0.75000006
anchor_bottom = 0.75000006
offset_left = -2.0
offset_top = -2.0
offset_right = 7.999998
offset_bottom = 7.999998
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qti0y")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Icon/Medal" unique_id=703731483]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_cgv5j")
script = ExtResource("5_6gt41")
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Icon/Medal/Full" unique_id=1878939581 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("8_ebcru")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Icon/Medal/Full" unique_id=1924578319 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("9_0frxk")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="RedCoins" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Icon" unique_id=1580641003]
visible = false
layout_mode = 0
offset_top = 22.0
offset_right = 10.0
offset_bottom = 32.0
size_flags_horizontal = 8
size_flags_vertical = 4
texture = SubResource("AtlasTexture_gmk86")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Icon/RedCoins" unique_id=1266039106]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_ebcru")
script = ExtResource("5_6gt41")
[node name="Egg" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Icon" unique_id=1259739250]
visible = false
z_index = 1
layout_mode = 0
offset_left = 11.0
offset_top = 23.0
offset_right = 21.0
offset_bottom = 33.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qaid0")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Icon/Egg" unique_id=1139974238]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_0frxk")
region_rect = Rect2(0, 0, 10, 10)
script = ExtResource("5_6gt41")
[node name="Score" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Icon" unique_id=590381106]
visible = false
z_index = 2
layout_mode = 0
offset_left = 17.0
offset_top = 21.0
offset_right = 37.0
offset_bottom = 31.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_oxrsx")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Icon/Score" unique_id=504250605]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_n7c7e")
script = ExtResource("5_6gt41")
[node name="Cursor" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1" unique_id=962917386]
visible = false
layout_mode = 2
theme_override_constants/margin_top = -5
theme_override_constants/margin_bottom = -4
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Cursor" unique_id=1363872289]
layout_mode = 2
text = "^"
horizontal_alignment = 1
[node name="Slot2" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=45905462]
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
focus_mode = 2
mouse_filter = 2
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2" unique_id=1192750125]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
size_flags_vertical = 10
texture = ExtResource("3_ldq6u")
region_rect = Rect2(96, 96, 32, 32)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Icon" unique_id=186166717]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.5
anchor_top = 0.9
anchor_right = 0.5
anchor_bottom = 0.9
offset_left = -6.0
offset_top = -12.0
offset_right = 6.0
grow_horizontal = 2
grow_vertical = 0
texture = ExtResource("4_bxh4e")
region_rect = Rect2(0, 0, 12, 12)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Medal" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Icon" unique_id=1701361911]
visible = false
layout_mode = 1
anchors_preset = -1
anchor_left = 0.75000006
anchor_top = 0.75000006
anchor_right = 0.75000006
anchor_bottom = 0.75000006
offset_left = -2.0
offset_top = -2.0
offset_right = 7.999998
offset_bottom = 7.999998
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qti0y")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Icon/Medal" unique_id=731289145]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_cgv5j")
script = ExtResource("5_6gt41")
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Icon/Medal/Full" unique_id=1331572592 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("8_ebcru")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Icon/Medal/Full" unique_id=2145049593 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("9_0frxk")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="RedCoins" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Icon" unique_id=796997613]
visible = false
layout_mode = 0
offset_top = 22.0
offset_right = 10.0
offset_bottom = 32.0
size_flags_horizontal = 8
size_flags_vertical = 4
texture = SubResource("AtlasTexture_gmk86")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Icon/RedCoins" unique_id=269344074]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_ebcru")
script = ExtResource("5_6gt41")
[node name="Egg" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Icon" unique_id=1520846274]
visible = false
z_index = 1
layout_mode = 0
offset_left = 11.0
offset_top = 23.0
offset_right = 21.0
offset_bottom = 33.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qaid0")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Icon/Egg" unique_id=1379035048]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_0frxk")
region_rect = Rect2(0, 0, 10, 10)
script = ExtResource("5_6gt41")
[node name="Score" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Icon" unique_id=922455755]
visible = false
z_index = 2
layout_mode = 0
offset_left = 17.0
offset_top = 21.0
offset_right = 37.0
offset_bottom = 31.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_oxrsx")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Icon/Score" unique_id=374356067]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_n7c7e")
script = ExtResource("5_6gt41")
[node name="Cursor" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2" unique_id=678217105]
visible = false
layout_mode = 2
theme_override_constants/margin_top = -5
theme_override_constants/margin_bottom = -4
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Cursor" unique_id=1575560362]
layout_mode = 2
text = "^"
horizontal_alignment = 1
[node name="Slot3" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=1826050388]
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
focus_mode = 2
mouse_filter = 2
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3" unique_id=1253139407]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
size_flags_vertical = 10
texture = ExtResource("3_ldq6u")
region_rect = Rect2(0, 0, 32, 32)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Icon" unique_id=1673823276]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.5
anchor_top = 0.9
anchor_right = 0.5
anchor_bottom = 0.9
offset_left = -6.0
offset_top = -12.0
offset_right = 6.0
grow_horizontal = 2
grow_vertical = 0
texture = ExtResource("4_bxh4e")
region_rect = Rect2(0, 0, 12, 12)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Medal" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Icon" unique_id=1029739111]
visible = false
layout_mode = 1
anchors_preset = -1
anchor_left = 0.75000006
anchor_top = 0.75000006
anchor_right = 0.75000006
anchor_bottom = 0.75000006
offset_left = -2.0
offset_top = -2.0
offset_right = 7.999998
offset_bottom = 7.999998
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qti0y")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Icon/Medal" unique_id=167650357]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_cgv5j")
script = ExtResource("5_6gt41")
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Icon/Medal/Full" unique_id=1173181408 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("8_ebcru")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Icon/Medal/Full" unique_id=520622557 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("9_0frxk")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="RedCoins" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Icon" unique_id=1035405883]
visible = false
layout_mode = 0
offset_top = 22.0
offset_right = 10.0
offset_bottom = 32.0
size_flags_horizontal = 8
size_flags_vertical = 4
texture = SubResource("AtlasTexture_gmk86")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Icon/RedCoins" unique_id=525797333]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_ebcru")
script = ExtResource("5_6gt41")
[node name="Egg" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Icon" unique_id=1914412431]
visible = false
z_index = 1
layout_mode = 0
offset_left = 11.0
offset_top = 23.0
offset_right = 21.0
offset_bottom = 33.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qaid0")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Icon/Egg" unique_id=1115591667]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_0frxk")
region_rect = Rect2(0, 0, 10, 10)
script = ExtResource("5_6gt41")
[node name="Score" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Icon" unique_id=882029376]
visible = false
z_index = 2
layout_mode = 0
offset_left = 17.0
offset_top = 21.0
offset_right = 37.0
offset_bottom = 31.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_oxrsx")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Icon/Score" unique_id=1455680713]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_n7c7e")
script = ExtResource("5_6gt41")
[node name="Cursor" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3" unique_id=1427039068]
visible = false
layout_mode = 2
theme_override_constants/margin_top = -5
theme_override_constants/margin_bottom = -4
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Cursor" unique_id=1143558819]
layout_mode = 2
text = "^"
horizontal_alignment = 1
[node name="Slot4" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=965703855]
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
focus_mode = 2
mouse_filter = 2
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4" unique_id=74277425]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
size_flags_vertical = 10
texture = ExtResource("3_ldq6u")
region_rect = Rect2(0, 0, 32, 32)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Icon" unique_id=320388694]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.5
anchor_top = 0.9
anchor_right = 0.5
anchor_bottom = 0.9
offset_left = -6.0
offset_top = -12.0
offset_right = 6.0
grow_horizontal = 2
grow_vertical = 0
texture = ExtResource("4_bxh4e")
region_rect = Rect2(0, 0, 12, 12)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Medal" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Icon" unique_id=1892216616]
visible = false
layout_mode = 1
anchors_preset = -1
anchor_left = 0.75000006
anchor_top = 0.75000006
anchor_right = 0.75000006
anchor_bottom = 0.75000006
offset_left = -2.0
offset_top = -2.0
offset_right = 7.999998
offset_bottom = 7.999998
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qti0y")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Icon/Medal" unique_id=501177783]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_cgv5j")
script = ExtResource("5_6gt41")
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Icon/Medal/Full" unique_id=1219227909 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("8_ebcru")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Icon/Medal/Full" unique_id=1879604578 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("9_0frxk")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="RedCoins" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Icon" unique_id=1204511438]
visible = false
layout_mode = 0
offset_top = 22.0
offset_right = 10.0
offset_bottom = 32.0
size_flags_horizontal = 8
size_flags_vertical = 4
texture = SubResource("AtlasTexture_gmk86")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Icon/RedCoins" unique_id=147350852]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_ebcru")
script = ExtResource("5_6gt41")
[node name="Egg" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Icon" unique_id=1756743072]
visible = false
z_index = 1
layout_mode = 0
offset_left = 11.0
offset_top = 23.0
offset_right = 21.0
offset_bottom = 33.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qaid0")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Icon/Egg" unique_id=213635648]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_0frxk")
region_rect = Rect2(0, 0, 10, 10)
script = ExtResource("5_6gt41")
[node name="Score" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Icon" unique_id=174860434]
visible = false
z_index = 2
layout_mode = 0
offset_left = 17.0
offset_top = 21.0
offset_right = 37.0
offset_bottom = 31.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_oxrsx")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Icon/Score" unique_id=1961012359]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_n7c7e")
script = ExtResource("5_6gt41")
[node name="Cursor" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4" unique_id=1403222047]
visible = false
layout_mode = 2
theme_override_constants/margin_top = -5
theme_override_constants/margin_bottom = -4
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Cursor" unique_id=2062529813]
layout_mode = 2
text = "^"
horizontal_alignment = 1
[node name="Slot5" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=286713451]
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
focus_mode = 2
mouse_filter = 2
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5" unique_id=427105743]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
size_flags_vertical = 10
texture = ExtResource("3_ldq6u")
region_rect = Rect2(0, 0, 32, 32)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5/Icon" unique_id=2046085610]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.5
anchor_top = 0.9
anchor_right = 0.5
anchor_bottom = 0.9
offset_left = -6.0
offset_top = -12.0
offset_right = 6.0
grow_horizontal = 2
grow_vertical = 0
texture = ExtResource("4_bxh4e")
region_rect = Rect2(0, 0, 12, 12)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Medal" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5/Icon" unique_id=542030204]
visible = false
layout_mode = 1
anchors_preset = -1
anchor_left = 0.75000006
anchor_top = 0.75000006
anchor_right = 0.75000006
anchor_bottom = 0.75000006
offset_left = -2.0
offset_top = -2.0
offset_right = 7.999998
offset_bottom = 7.999998
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qti0y")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5/Icon/Medal" unique_id=2039405747]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_cgv5j")
script = ExtResource("5_6gt41")
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5/Icon/Medal/Full" unique_id=269217139 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("8_ebcru")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5/Icon/Medal/Full" unique_id=334579935 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("9_0frxk")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="RedCoins" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5/Icon" unique_id=2080311951]
visible = false
layout_mode = 0
offset_top = 22.0
offset_right = 10.0
offset_bottom = 32.0
size_flags_horizontal = 8
size_flags_vertical = 4
texture = SubResource("AtlasTexture_gmk86")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5/Icon/RedCoins" unique_id=1166741400]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_ebcru")
script = ExtResource("5_6gt41")
[node name="Egg" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5/Icon" unique_id=136646079]
visible = false
z_index = 1
layout_mode = 0
offset_left = 11.0
offset_top = 23.0
offset_right = 21.0
offset_bottom = 33.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qaid0")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5/Icon/Egg" unique_id=176592182]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_0frxk")
region_rect = Rect2(0, 0, 10, 10)
script = ExtResource("5_6gt41")
[node name="Score" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5/Icon" unique_id=208704616]
visible = false
z_index = 2
layout_mode = 0
offset_left = 17.0
offset_top = 21.0
offset_right = 37.0
offset_bottom = 31.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_oxrsx")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5/Icon/Score" unique_id=385473230]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_n7c7e")
script = ExtResource("5_6gt41")
[node name="Cursor" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5" unique_id=1116493561]
visible = false
layout_mode = 2
theme_override_constants/margin_top = -5
theme_override_constants/margin_bottom = -4
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5/Cursor" unique_id=1080530315]
layout_mode = 2
text = "^"
horizontal_alignment = 1
[node name="Slot6" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=1911479070]
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
focus_mode = 2
mouse_filter = 2
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6" unique_id=896202606]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
size_flags_vertical = 10
texture = ExtResource("3_ldq6u")
region_rect = Rect2(0, 0, 32, 32)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6/Icon" unique_id=1483262202]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.5
anchor_top = 0.9
anchor_right = 0.5
anchor_bottom = 0.9
offset_left = -6.0
offset_top = -12.0
offset_right = 6.0
grow_horizontal = 2
grow_vertical = 0
texture = ExtResource("4_bxh4e")
region_rect = Rect2(0, 0, 12, 12)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Medal" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6/Icon" unique_id=1135852953]
visible = false
layout_mode = 1
anchors_preset = -1
anchor_left = 0.75000006
anchor_top = 0.75000006
anchor_right = 0.75000006
anchor_bottom = 0.75000006
offset_left = -2.0
offset_top = -2.0
offset_right = 7.999998
offset_bottom = 7.999998
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qti0y")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6/Icon/Medal" unique_id=1313076768]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_cgv5j")
script = ExtResource("5_6gt41")
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6/Icon/Medal/Full" unique_id=1646410554 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("8_ebcru")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6/Icon/Medal/Full" unique_id=2086344241 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("9_0frxk")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="RedCoins" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6/Icon" unique_id=985795556]
visible = false
layout_mode = 0
offset_top = 22.0
offset_right = 10.0
offset_bottom = 32.0
size_flags_horizontal = 8
size_flags_vertical = 4
texture = SubResource("AtlasTexture_gmk86")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6/Icon/RedCoins" unique_id=1238229551]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_ebcru")
script = ExtResource("5_6gt41")
[node name="Egg" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6/Icon" unique_id=1459307198]
visible = false
z_index = 1
layout_mode = 0
offset_left = 11.0
offset_top = 23.0
offset_right = 21.0
offset_bottom = 33.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qaid0")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6/Icon/Egg" unique_id=1431133434]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_0frxk")
region_rect = Rect2(0, 0, 10, 10)
script = ExtResource("5_6gt41")
[node name="Score" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6/Icon" unique_id=2084297961]
visible = false
z_index = 2
layout_mode = 0
offset_left = 17.0
offset_top = 21.0
offset_right = 37.0
offset_bottom = 31.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_oxrsx")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6/Icon/Score" unique_id=1527474213]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_n7c7e")
script = ExtResource("5_6gt41")
[node name="Cursor" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6" unique_id=40558589]
visible = false
layout_mode = 2
theme_override_constants/margin_top = -5
theme_override_constants/margin_bottom = -4
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6/Cursor" unique_id=847809332]
layout_mode = 2
text = "^"
horizontal_alignment = 1
[node name="Slot7" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=1681952344]
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
focus_mode = 2
mouse_filter = 2
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7" unique_id=982228727]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
size_flags_vertical = 10
texture = ExtResource("3_ldq6u")
region_rect = Rect2(0, 0, 32, 32)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7/Icon" unique_id=1510379970]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.5
anchor_top = 0.9
anchor_right = 0.5
anchor_bottom = 0.9
offset_left = -6.0
offset_top = -12.0
offset_right = 6.0
grow_horizontal = 2
grow_vertical = 0
texture = ExtResource("4_bxh4e")
region_rect = Rect2(0, 0, 12, 12)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Medal" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7/Icon" unique_id=2041247140]
visible = false
layout_mode = 1
anchors_preset = -1
anchor_left = 0.75000006
anchor_top = 0.75000006
anchor_right = 0.75000006
anchor_bottom = 0.75000006
offset_left = -2.0
offset_top = -2.0
offset_right = 7.999998
offset_bottom = 7.999998
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qti0y")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7/Icon/Medal" unique_id=2054062859]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_cgv5j")
script = ExtResource("5_6gt41")
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7/Icon/Medal/Full" unique_id=1577756584 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("8_ebcru")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7/Icon/Medal/Full" unique_id=187422959 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("9_0frxk")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="RedCoins" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7/Icon" unique_id=1838536544]
visible = false
layout_mode = 0
offset_top = 22.0
offset_right = 10.0
offset_bottom = 32.0
size_flags_horizontal = 8
size_flags_vertical = 4
texture = SubResource("AtlasTexture_gmk86")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7/Icon/RedCoins" unique_id=2068133402]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_ebcru")
script = ExtResource("5_6gt41")
[node name="Egg" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7/Icon" unique_id=1606234005]
visible = false
z_index = 1
layout_mode = 0
offset_left = 11.0
offset_top = 23.0
offset_right = 21.0
offset_bottom = 33.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qaid0")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7/Icon/Egg" unique_id=1499813504]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_0frxk")
region_rect = Rect2(0, 0, 10, 10)
script = ExtResource("5_6gt41")
[node name="Score" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7/Icon" unique_id=209744736]
visible = false
z_index = 2
layout_mode = 0
offset_left = 17.0
offset_top = 21.0
offset_right = 37.0
offset_bottom = 31.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_oxrsx")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7/Icon/Score" unique_id=1383515160]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_n7c7e")
script = ExtResource("5_6gt41")
[node name="Cursor" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7" unique_id=1402950104]
visible = false
layout_mode = 2
theme_override_constants/margin_top = -5
theme_override_constants/margin_bottom = -4
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7/Cursor" unique_id=1349921645]
layout_mode = 2
text = "^"
horizontal_alignment = 1
[node name="Slot8" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=576787431]
unique_name_in_owner = true
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
focus_mode = 2
mouse_filter = 2
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8" unique_id=1960095985]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
size_flags_vertical = 10
texture = ExtResource("3_ldq6u")
region_rect = Rect2(0, 0, 32, 32)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8/Icon" unique_id=1001484543]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.5
anchor_top = 0.9
anchor_right = 0.5
anchor_bottom = 0.9
offset_left = -6.0
offset_top = -12.0
offset_right = 6.0
grow_horizontal = 2
grow_vertical = 0
texture = ExtResource("4_bxh4e")
region_rect = Rect2(0, 0, 12, 12)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Medal" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8/Icon" unique_id=1258552180]
visible = false
layout_mode = 1
anchors_preset = -1
anchor_left = 0.75000006
anchor_top = 0.75000006
anchor_right = 0.75000006
anchor_bottom = 0.75000006
offset_left = -2.0
offset_top = -2.0
offset_right = 7.999998
offset_bottom = 7.999998
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qti0y")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8/Icon/Medal" unique_id=1520872527]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_cgv5j")
script = ExtResource("5_6gt41")
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8/Icon/Medal/Full" unique_id=1057397591 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("8_ebcru")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8/Icon/Medal/Full" unique_id=1204145313 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("9_0frxk")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="RedCoins" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8/Icon" unique_id=46192596]
visible = false
layout_mode = 0
offset_top = 22.0
offset_right = 10.0
offset_bottom = 32.0
size_flags_horizontal = 8
size_flags_vertical = 4
texture = SubResource("AtlasTexture_gmk86")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8/Icon/RedCoins" unique_id=994316992]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_ebcru")
script = ExtResource("5_6gt41")
[node name="Egg" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8/Icon" unique_id=375328143]
visible = false
z_index = 1
layout_mode = 0
offset_left = 11.0
offset_top = 23.0
offset_right = 21.0
offset_bottom = 33.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qaid0")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8/Icon/Egg" unique_id=1451969911]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_0frxk")
region_rect = Rect2(0, 0, 10, 10)
script = ExtResource("5_6gt41")
[node name="Score" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8/Icon" unique_id=419826951]
visible = false
z_index = 2
layout_mode = 0
offset_left = 17.0
offset_top = 21.0
offset_right = 37.0
offset_bottom = 31.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_oxrsx")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8/Icon/Score" unique_id=1454858994]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_n7c7e")
script = ExtResource("5_6gt41")
[node name="Cursor" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8" unique_id=1581639456]
visible = false
layout_mode = 2
theme_override_constants/margin_top = -5
theme_override_constants/margin_bottom = -4
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8/Cursor" unique_id=377006683]
layout_mode = 2
text = "^"
horizontal_alignment = 1
[node name="Slot9" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=1710167712]
unique_name_in_owner = true
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
focus_mode = 2
mouse_filter = 2
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9" unique_id=302204713]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
size_flags_vertical = 10
texture = ExtResource("3_ldq6u")
region_rect = Rect2(0, 0, 32, 32)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9/Icon" unique_id=1366937693]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.5
anchor_top = 0.9
anchor_right = 0.5
anchor_bottom = 0.9
offset_left = -6.0
offset_top = -12.0
offset_right = 6.0
grow_horizontal = 2
grow_vertical = 0
texture = ExtResource("4_bxh4e")
region_rect = Rect2(0, 0, 12, 12)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Medal" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9/Icon" unique_id=569686756]
visible = false
layout_mode = 1
anchors_preset = -1
anchor_left = 0.75000006
anchor_top = 0.75000006
anchor_right = 0.75000006
anchor_bottom = 0.75000006
offset_left = -2.0
offset_top = -2.0
offset_right = 7.999998
offset_bottom = 7.999998
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qti0y")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9/Icon/Medal" unique_id=1409686282]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_cgv5j")
script = ExtResource("5_6gt41")
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9/Icon/Medal/Full" unique_id=307041948 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("8_ebcru")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9/Icon/Medal/Full" unique_id=1173549498 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("9_0frxk")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="RedCoins" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9/Icon" unique_id=729535259]
visible = false
layout_mode = 0
offset_top = 22.0
offset_right = 10.0
offset_bottom = 32.0
size_flags_horizontal = 8
size_flags_vertical = 4
texture = SubResource("AtlasTexture_gmk86")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9/Icon/RedCoins" unique_id=1949362447]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_ebcru")
script = ExtResource("5_6gt41")
[node name="Egg" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9/Icon" unique_id=742457150]
visible = false
z_index = 1
layout_mode = 0
offset_left = 11.0
offset_top = 23.0
offset_right = 21.0
offset_bottom = 33.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qaid0")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9/Icon/Egg" unique_id=474427091]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_0frxk")
region_rect = Rect2(0, 0, 10, 10)
script = ExtResource("5_6gt41")
[node name="Score" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9/Icon" unique_id=71966645]
visible = false
z_index = 2
layout_mode = 0
offset_left = 17.0
offset_top = 21.0
offset_right = 37.0
offset_bottom = 31.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_oxrsx")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9/Icon/Score" unique_id=1310175494]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_n7c7e")
script = ExtResource("5_6gt41")
[node name="Cursor" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9" unique_id=1486201121]
visible = false
layout_mode = 2
theme_override_constants/margin_top = -5
theme_override_constants/margin_bottom = -4
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9/Cursor" unique_id=1536907542]
layout_mode = 2
text = "^"
horizontal_alignment = 1
[node name="Slot10" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=384300256]
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
focus_mode = 2
mouse_filter = 2
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10" unique_id=1476103037]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
size_flags_vertical = 10
texture = ExtResource("3_ldq6u")
region_rect = Rect2(0, 0, 32, 32)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10/Icon" unique_id=1296578389]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.5
anchor_top = 0.9
anchor_right = 0.5
anchor_bottom = 0.9
offset_left = -6.0
offset_top = -12.0
offset_right = 6.0
grow_horizontal = 2
grow_vertical = 0
texture = ExtResource("4_bxh4e")
region_rect = Rect2(0, 0, 12, 12)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Medal" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10/Icon" unique_id=1210404318]
visible = false
layout_mode = 1
anchors_preset = -1
anchor_left = 0.75000006
anchor_top = 0.75000006
anchor_right = 0.75000006
anchor_bottom = 0.75000006
offset_left = -2.0
offset_top = -2.0
offset_right = 7.999998
offset_bottom = 7.999998
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qti0y")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10/Icon/Medal" unique_id=1877329875]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_cgv5j")
script = ExtResource("5_6gt41")
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10/Icon/Medal/Full" unique_id=1483493493 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("8_ebcru")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10/Icon/Medal/Full" unique_id=1690200017 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("9_0frxk")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="RedCoins" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10/Icon" unique_id=411203474]
visible = false
layout_mode = 0
offset_top = 22.0
offset_right = 10.0
offset_bottom = 32.0
size_flags_horizontal = 8
size_flags_vertical = 4
texture = SubResource("AtlasTexture_gmk86")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10/Icon/RedCoins" unique_id=822127635]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_ebcru")
script = ExtResource("5_6gt41")
[node name="Egg" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10/Icon" unique_id=108524793]
visible = false
z_index = 1
layout_mode = 0
offset_left = 11.0
offset_top = 23.0
offset_right = 21.0
offset_bottom = 33.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qaid0")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10/Icon/Egg" unique_id=244688263]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_0frxk")
region_rect = Rect2(0, 0, 10, 10)
script = ExtResource("5_6gt41")
[node name="Score" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10/Icon" unique_id=617296762]
visible = false
z_index = 2
layout_mode = 0
offset_left = 17.0
offset_top = 21.0
offset_right = 37.0
offset_bottom = 31.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_oxrsx")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10/Icon/Score" unique_id=508421570]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_n7c7e")
script = ExtResource("5_6gt41")
[node name="Cursor" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10" unique_id=1146334306]
visible = false
layout_mode = 2
theme_override_constants/margin_top = -5
theme_override_constants/margin_bottom = -4
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10/Cursor" unique_id=1506366911]
layout_mode = 2
text = "^"
horizontal_alignment = 1
[node name="Slot11" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=249261490]
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
focus_mode = 2
mouse_filter = 2
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11" unique_id=311843485]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
size_flags_vertical = 10
texture = ExtResource("3_ldq6u")
region_rect = Rect2(0, 0, 32, 32)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11/Icon" unique_id=1913343380]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.5
anchor_top = 0.9
anchor_right = 0.5
anchor_bottom = 0.9
offset_left = -6.0
offset_top = -12.0
offset_right = 6.0
grow_horizontal = 2
grow_vertical = 0
texture = ExtResource("4_bxh4e")
region_rect = Rect2(0, 0, 12, 12)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Medal" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11/Icon" unique_id=718873876]
visible = false
layout_mode = 1
anchors_preset = -1
anchor_left = 0.75000006
anchor_top = 0.75000006
anchor_right = 0.75000006
anchor_bottom = 0.75000006
offset_left = -2.0
offset_top = -2.0
offset_right = 7.999998
offset_bottom = 7.999998
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qti0y")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11/Icon/Medal" unique_id=1755119250]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_cgv5j")
script = ExtResource("5_6gt41")
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11/Icon/Medal/Full" unique_id=636317037 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("8_ebcru")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11/Icon/Medal/Full" unique_id=615022735 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("9_0frxk")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="RedCoins" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11/Icon" unique_id=1361753020]
visible = false
layout_mode = 0
offset_top = 22.0
offset_right = 10.0
offset_bottom = 32.0
size_flags_horizontal = 8
size_flags_vertical = 4
texture = SubResource("AtlasTexture_gmk86")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11/Icon/RedCoins" unique_id=1879543118]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_ebcru")
script = ExtResource("5_6gt41")
[node name="Egg" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11/Icon" unique_id=2128935096]
visible = false
z_index = 1
layout_mode = 0
offset_left = 11.0
offset_top = 23.0
offset_right = 21.0
offset_bottom = 33.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qaid0")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11/Icon/Egg" unique_id=410057010]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_0frxk")
region_rect = Rect2(0, 0, 10, 10)
script = ExtResource("5_6gt41")
[node name="Score" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11/Icon" unique_id=17465279]
visible = false
z_index = 2
layout_mode = 0
offset_left = 17.0
offset_top = 21.0
offset_right = 37.0
offset_bottom = 31.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_oxrsx")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11/Icon/Score" unique_id=1436396735]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_n7c7e")
script = ExtResource("5_6gt41")
[node name="Cursor" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11" unique_id=1592167668]
visible = false
layout_mode = 2
theme_override_constants/margin_top = -5
theme_override_constants/margin_bottom = -4
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11/Cursor" unique_id=1577502168]
layout_mode = 2
text = "^"
horizontal_alignment = 1
[node name="Slot12" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=3227524]
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
focus_mode = 2
mouse_filter = 2
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12" unique_id=1057329811]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
size_flags_vertical = 10
texture = ExtResource("3_ldq6u")
region_rect = Rect2(0, 0, 32, 32)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12/Icon" unique_id=1891321671]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.5
anchor_top = 0.9
anchor_right = 0.5
anchor_bottom = 0.9
offset_left = -6.0
offset_top = -12.0
offset_right = 6.0
grow_horizontal = 2
grow_vertical = 0
texture = ExtResource("4_bxh4e")
region_rect = Rect2(0, 0, 12, 12)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Medal" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12/Icon" unique_id=1487759798]
visible = false
layout_mode = 1
anchors_preset = -1
anchor_left = 0.75000006
anchor_top = 0.75000006
anchor_right = 0.75000006
anchor_bottom = 0.75000006
offset_left = -2.0
offset_top = -2.0
offset_right = 7.999998
offset_bottom = 7.999998
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qti0y")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12/Icon/Medal" unique_id=1732984641]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_cgv5j")
script = ExtResource("5_6gt41")
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12/Icon/Medal/Full" unique_id=1732975909 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("8_ebcru")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12/Icon/Medal/Full" unique_id=1163202048 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("9_0frxk")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="RedCoins" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12/Icon" unique_id=2104820647]
visible = false
layout_mode = 0
offset_top = 22.0
offset_right = 10.0
offset_bottom = 32.0
size_flags_horizontal = 8
size_flags_vertical = 4
texture = SubResource("AtlasTexture_gmk86")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12/Icon/RedCoins" unique_id=240992340]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_ebcru")
script = ExtResource("5_6gt41")
[node name="Egg" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12/Icon" unique_id=925946766]
visible = false
z_index = 1
layout_mode = 0
offset_left = 11.0
offset_top = 23.0
offset_right = 21.0
offset_bottom = 33.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qaid0")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12/Icon/Egg" unique_id=2018549695]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_0frxk")
region_rect = Rect2(0, 0, 10, 10)
script = ExtResource("5_6gt41")
[node name="Score" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12/Icon" unique_id=1808426910]
visible = false
z_index = 2
layout_mode = 0
offset_left = 17.0
offset_top = 21.0
offset_right = 37.0
offset_bottom = 31.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_oxrsx")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12/Icon/Score" unique_id=338964166]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_n7c7e")
script = ExtResource("5_6gt41")
[node name="Cursor" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12" unique_id=10585167]
visible = false
layout_mode = 2
theme_override_constants/margin_top = -5
theme_override_constants/margin_bottom = -4
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12/Cursor" unique_id=1907849882]
layout_mode = 2
text = "^"
horizontal_alignment = 1
[node name="Slot13" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=1469970956]
unique_name_in_owner = true
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
focus_neighbor_right = NodePath("../Slot1")
focus_mode = 2
mouse_filter = 2
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13" unique_id=1661211998]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
size_flags_vertical = 10
texture = ExtResource("3_ldq6u")
region_rect = Rect2(0, 0, 32, 32)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13/Icon" unique_id=1798543807]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.5
anchor_top = 0.9
anchor_right = 0.5
anchor_bottom = 0.9
offset_left = -6.0
offset_top = -12.0
offset_right = 6.0
grow_horizontal = 2
grow_vertical = 0
texture = ExtResource("4_bxh4e")
region_rect = Rect2(0, 0, 12, 12)
script = ExtResource("5_6gt41")
metadata/_custom_type_script = "uid://xem6lai3ufyj"
[node name="Medal" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13/Icon" unique_id=930166354]
visible = false
layout_mode = 1
anchors_preset = -1
anchor_left = 0.75000006
anchor_top = 0.75000006
anchor_right = 0.75000006
anchor_bottom = 0.75000006
offset_left = -2.0
offset_top = -2.0
offset_right = 7.999998
offset_bottom = 7.999998
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qti0y")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13/Icon/Medal" unique_id=1854883148]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_cgv5j")
script = ExtResource("5_6gt41")
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13/Icon/Medal/Full" unique_id=2044642028 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("8_ebcru")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13/Icon/Medal/Full" unique_id=275919581 groups=["Particles"]]
visible = false
z_index = 1
material = SubResource("CanvasItemMaterial_n7c7e")
position = Vector2(4, 4)
emitting = false
amount = 1
texture = ExtResource("9_0frxk")
randomness = 0.12
fixed_fps = 15
interpolate = false
fract_delta = false
process_material = SubResource("ParticleProcessMaterial_ebcru")
[node name="RedCoins" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13/Icon" unique_id=2137239439]
visible = false
layout_mode = 0
offset_top = 22.0
offset_right = 10.0
offset_bottom = 32.0
size_flags_horizontal = 8
size_flags_vertical = 4
texture = SubResource("AtlasTexture_gmk86")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13/Icon/RedCoins" unique_id=1135513600]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_ebcru")
script = ExtResource("5_6gt41")
[node name="Egg" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13/Icon" unique_id=204842318]
visible = false
z_index = 1
layout_mode = 0
offset_left = 11.0
offset_top = 23.0
offset_right = 21.0
offset_bottom = 33.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_qaid0")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13/Icon/Egg" unique_id=1805367080]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_0frxk")
region_rect = Rect2(0, 0, 10, 10)
script = ExtResource("5_6gt41")
[node name="Score" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13/Icon" unique_id=276588036]
visible = false
z_index = 2
layout_mode = 0
offset_left = 17.0
offset_top = 21.0
offset_right = 37.0
offset_bottom = 31.0
size_flags_horizontal = 10
size_flags_vertical = 4
texture = SubResource("AtlasTexture_oxrsx")
stretch_mode = 3
script = ExtResource("7_6uv8k")
[node name="Full" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13/Icon/Score" unique_id=1950798847]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_n7c7e")
script = ExtResource("5_6gt41")
[node name="Cursor" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13" unique_id=399119636]
visible = false
layout_mode = 2
theme_override_constants/margin_top = -5
theme_override_constants/margin_bottom = -4
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13/Cursor" unique_id=1226157923]
layout_mode = 2
text = "^"
horizontal_alignment = 1
[node name="Label2" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer" unique_id=272584904]
layout_mode = 2
text = "►"
[node name="LabelFontChanger" type="Node" parent="." unique_id=2052665518 node_paths=PackedStringArray("labels")]
script = ExtResource("3_isg11")
labels = [NodePath("../Panel/MarginContainer/VBoxContainer/Title")]
metadata/_custom_type_script = "uid://co6tjg3w6qpd8"
[connection signal="focus_entered" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Cursor" method="show"]
[connection signal="focus_exited" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Cursor" method="hide"]
[connection signal="ready" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1" method="grab_focus"]
[connection signal="focus_entered" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Cursor" method="show"]
[connection signal="focus_exited" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Cursor" method="hide"]
[connection signal="focus_entered" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Cursor" method="show"]
[connection signal="focus_exited" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Cursor" method="hide"]
[connection signal="focus_entered" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Cursor" method="show"]
[connection signal="focus_exited" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Cursor" method="hide"]
[connection signal="focus_entered" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5/Cursor" method="show"]
[connection signal="focus_exited" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot5/Cursor" method="hide"]
[connection signal="focus_entered" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6/Cursor" method="show"]
[connection signal="focus_exited" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot6/Cursor" method="hide"]
[connection signal="focus_entered" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7/Cursor" method="show"]
[connection signal="focus_exited" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot7/Cursor" method="hide"]
[connection signal="focus_entered" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8/Cursor" method="show"]
[connection signal="focus_exited" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot8/Cursor" method="hide"]
[connection signal="focus_entered" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9/Cursor" method="show"]
[connection signal="focus_exited" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot9/Cursor" method="hide"]
[connection signal="focus_entered" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10/Cursor" method="show"]
[connection signal="focus_exited" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot10/Cursor" method="hide"]
[connection signal="focus_entered" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11/Cursor" method="show"]
[connection signal="focus_exited" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot11/Cursor" method="hide"]
[connection signal="focus_entered" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12/Cursor" method="show"]
[connection signal="focus_exited" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot12/Cursor" method="hide"]
[connection signal="focus_entered" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13/Cursor" method="show"]
[connection signal="focus_exited" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot13/Cursor" method="hide"]