mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-05 19:20:19 -08:00
* 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.
1123 lines
49 KiB
Text
1123 lines
49 KiB
Text
[gd_scene load_steps=26 format=3 uid="uid://bsfkt344e6j38"]
|
|
|
|
[ext_resource type="Script" uid="uid://bupc8brk48aqi" path="res://Scripts/UI/LevelSelect.gd" id="1_3dhxq"]
|
|
[ext_resource type="StyleBox" uid="uid://comkghpj0djcl" path="res://Resources/UI/Panel.tres" id="2_k0wu2"]
|
|
[ext_resource type="Texture2D" uid="uid://dsi25p0odieg2" path="res://Assets/Sprites/UI/Numbers.png" id="4_h2uw4"]
|
|
[ext_resource type="Texture2D" uid="uid://kudshfhlo5ic" path="res://Assets/Sprites/UI/RankMedals.png" id="5_h2uw4"]
|
|
[ext_resource type="Texture2D" uid="uid://dhu46wvad72wp" path="res://Assets/Sprites/UI/MarathonIcons.png" id="5_k0wu2"]
|
|
[ext_resource type="Script" uid="uid://xem6lai3ufyj" path="res://Scripts/Classes/UI/PackNinePatch.gd" id="5_r70xa"]
|
|
[ext_resource type="Script" uid="uid://co6tjg3w6qpd8" path="res://Scripts/Parts/LabelFontChanger.gd" id="5_x05vu"]
|
|
[ext_resource type="Script" uid="uid://364rywt44hy6" path="res://Scripts/Classes/UI/PackSprite.gd" id="6_x05vu"]
|
|
[ext_resource type="Texture2D" uid="uid://sgrcmlktp2dk" path="res://Assets/Sprites/Particles/SRankParticles.png" id="7_21y1v"]
|
|
[ext_resource type="Texture2D" uid="uid://bx7jvtnfom4ik" path="res://Assets/Sprites/UI/LevelIcons/DayLevelIcons.png" id="7_ywryf"]
|
|
[ext_resource type="Texture2D" uid="uid://cdaluetdpls0d" path="res://Assets/Sprites/Particles/PRankParticles.png" id="8_r70xa"]
|
|
[ext_resource type="Texture2D" uid="uid://de6otencrflfo" path="res://Assets/Sprites/UI/RedCoins.png" id="10_ywryf"]
|
|
[ext_resource type="Texture2D" uid="uid://ccqgekbac45f8" path="res://Assets/Sprites/UI/YoshiEggs.png" id="11_sk22j"]
|
|
[ext_resource type="Texture2D" uid="uid://bgfsdyjhoies2" path="res://Assets/Sprites/UI/ScoreMedal.png" id="12_asr3n"]
|
|
[ext_resource type="Script" uid="uid://ca3bew33g45eq" path="res://Scripts/Classes/UI/PackTextureRect.gd" id="14_ywryf"]
|
|
|
|
[sub_resource type="StyleBoxLine" id="StyleBoxLine_d8v6d"]
|
|
color = Color(1, 1, 1, 1)
|
|
grow_begin = -4.0
|
|
grow_end = -4.0
|
|
|
|
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_ggm71"]
|
|
particles_animation = true
|
|
particles_anim_h_frames = 7
|
|
particles_anim_v_frames = 1
|
|
particles_anim_loop = false
|
|
|
|
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_gxb4q"]
|
|
particle_flag_disable_z = true
|
|
emission_shape = 6
|
|
emission_ring_axis = Vector3(0, 0, 1)
|
|
emission_ring_height = 8.0
|
|
emission_ring_radius = 10.0
|
|
emission_ring_inner_radius = 8.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_mscv7"]
|
|
atlas = ExtResource("5_k0wu2")
|
|
region = Rect2(96, 32, 8, 8)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_k0wu2"]
|
|
atlas = ExtResource("5_k0wu2")
|
|
region = Rect2(112, 32, 8, 8)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_h2uw4"]
|
|
atlas = ExtResource("5_k0wu2")
|
|
region = Rect2(96, 24, 8, 8)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_x05vu"]
|
|
atlas = ExtResource("5_k0wu2")
|
|
region = Rect2(96, 16, 8, 8)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_21y1v"]
|
|
atlas = ExtResource("5_k0wu2")
|
|
region = Rect2(104, 16, 8, 8)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_r70xa"]
|
|
atlas = ExtResource("5_k0wu2")
|
|
region = Rect2(112, 16, 8, 8)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ggm71"]
|
|
atlas = ExtResource("5_k0wu2")
|
|
region = Rect2(104, 32, 8, 8)
|
|
|
|
[node name="LevelSelect" type="Control" unique_id=942355576]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 256.0
|
|
offset_bottom = 80.0
|
|
script = ExtResource("1_3dhxq")
|
|
|
|
[node name="Panel" type="PanelContainer" parent="." unique_id=356313982]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_bottom = -7.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/panel = ExtResource("2_k0wu2")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="Panel" unique_id=1979348943]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_bottom = 0
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Panel/MarginContainer" unique_id=751981661]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="Title" type="Label" parent="Panel/MarginContainer/VBoxContainer" unique_id=359185561]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "MENU_LEVEL_SELECT"
|
|
horizontal_alignment = 1
|
|
uppercase = true
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="Panel/MarginContainer/VBoxContainer/Title" unique_id=174360854]
|
|
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=844360829]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer" unique_id=651899865]
|
|
clip_contents = false
|
|
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=1735791676]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
alignment = 1
|
|
|
|
[node name="Slot1" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=250188621]
|
|
custom_minimum_size = Vector2(56, 32)
|
|
layout_mode = 2
|
|
focus_mode = 2
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="ChallengeModeBits" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1" unique_id=2072126454]
|
|
custom_minimum_size = Vector2(0, 8)
|
|
layout_mode = 2
|
|
size_flags_vertical = 10
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/ChallengeModeBits" unique_id=423906701]
|
|
visible = false
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="1" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/ChallengeModeBits" unique_id=1718326239]
|
|
position = Vector2(4, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/ChallengeModeBits/1" unique_id=1574332516]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="2" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/ChallengeModeBits" unique_id=1991710919]
|
|
position = Vector2(11, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/ChallengeModeBits/2" unique_id=120904358]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="3" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/ChallengeModeBits" unique_id=1489610288]
|
|
position = Vector2(18, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/ChallengeModeBits/3" unique_id=1760533981]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="4" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/ChallengeModeBits" unique_id=356280507]
|
|
position = Vector2(25, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/ChallengeModeBits/4" unique_id=807546126]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="5" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/ChallengeModeBits" unique_id=97746454]
|
|
position = Vector2(32, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/ChallengeModeBits/5" unique_id=1074533235]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="6" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/ChallengeModeBits" unique_id=330485265]
|
|
position = Vector2(41, 4)
|
|
texture = ExtResource("11_sk22j")
|
|
hframes = 3
|
|
vframes = 2
|
|
region_rect = Rect2(0, 0, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/ChallengeModeBits/6" unique_id=1820350400]
|
|
visible = false
|
|
texture = ExtResource("11_sk22j")
|
|
region_enabled = true
|
|
region_rect = Rect2(8, 0, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Score" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/ChallengeModeBits" unique_id=1313032340]
|
|
position = Vector2(51, 4)
|
|
texture = ExtResource("12_asr3n")
|
|
hframes = 2
|
|
region_rect = Rect2(0, 0, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/ChallengeModeBits/Score" unique_id=1710472119]
|
|
texture = ExtResource("12_asr3n")
|
|
hframes = 2
|
|
frame = 1
|
|
region_rect = Rect2(8, 0, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1" unique_id=2035924201]
|
|
custom_minimum_size = Vector2(0, 32)
|
|
layout_mode = 2
|
|
size_flags_vertical = 10
|
|
texture = ExtResource("7_ywryf")
|
|
region_rect = Rect2(0, 0, 56, 32)
|
|
script = ExtResource("5_r70xa")
|
|
metadata/_custom_type_script = "uid://xem6lai3ufyj"
|
|
|
|
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Icon" unique_id=319084734]
|
|
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 = -3.0
|
|
offset_right = 6.0
|
|
offset_bottom = 9.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
texture = ExtResource("4_h2uw4")
|
|
region_rect = Rect2(0, 0, 12, 12)
|
|
script = ExtResource("5_r70xa")
|
|
metadata/_custom_type_script = "uid://xem6lai3ufyj"
|
|
|
|
[node name="RankMedal" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Icon" unique_id=1834893977]
|
|
position = Vector2(43, -2)
|
|
texture = ExtResource("5_h2uw4")
|
|
centered = false
|
|
hframes = 8
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Icon/RankMedal" unique_id=821330418 groups=["Particles"]]
|
|
z_index = 1
|
|
material = SubResource("CanvasItemMaterial_ggm71")
|
|
position = Vector2(8, 8)
|
|
emitting = false
|
|
amount = 1
|
|
texture = ExtResource("7_21y1v")
|
|
randomness = 0.12
|
|
fixed_fps = 15
|
|
interpolate = false
|
|
fract_delta = false
|
|
process_material = SubResource("ParticleProcessMaterial_gxb4q")
|
|
|
|
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Icon/RankMedal" unique_id=1125265204 groups=["Particles"]]
|
|
visible = false
|
|
z_index = 1
|
|
material = SubResource("CanvasItemMaterial_ggm71")
|
|
position = Vector2(8, 8)
|
|
emitting = false
|
|
amount = 1
|
|
texture = ExtResource("8_r70xa")
|
|
randomness = 0.12
|
|
fixed_fps = 15
|
|
interpolate = false
|
|
fract_delta = false
|
|
process_material = SubResource("ParticleProcessMaterial_gxb4q")
|
|
|
|
[node name="Control" type="Control" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1" unique_id=1999433899]
|
|
layout_mode = 2
|
|
|
|
[node name="Cursor" type="Control" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1" unique_id=765048654]
|
|
visible = false
|
|
custom_minimum_size = Vector2(0, 8)
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Cursor" unique_id=2109581363]
|
|
layout_mode = 0
|
|
offset_top = -1.0
|
|
offset_right = 56.0
|
|
offset_bottom = 15.0
|
|
text = "^"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Slot2" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=381536549]
|
|
custom_minimum_size = Vector2(56, 32)
|
|
layout_mode = 2
|
|
focus_mode = 2
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="ChallengeModeBits" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2" unique_id=864908318]
|
|
custom_minimum_size = Vector2(0, 8)
|
|
layout_mode = 2
|
|
size_flags_vertical = 10
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/ChallengeModeBits" unique_id=1616122422]
|
|
visible = false
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="1" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/ChallengeModeBits" unique_id=458748794]
|
|
position = Vector2(4, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/ChallengeModeBits/1" unique_id=185369544]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="2" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/ChallengeModeBits" unique_id=441700435]
|
|
position = Vector2(11, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/ChallengeModeBits/2" unique_id=1468057492]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="3" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/ChallengeModeBits" unique_id=1371639464]
|
|
position = Vector2(18, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/ChallengeModeBits/3" unique_id=1399620388]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="4" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/ChallengeModeBits" unique_id=1922077649]
|
|
position = Vector2(25, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/ChallengeModeBits/4" unique_id=859572439]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="5" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/ChallengeModeBits" unique_id=1298868316]
|
|
position = Vector2(32, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/ChallengeModeBits/5" unique_id=1428968257]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="6" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/ChallengeModeBits" unique_id=1520010524]
|
|
position = Vector2(41, 4)
|
|
texture = ExtResource("11_sk22j")
|
|
hframes = 3
|
|
vframes = 2
|
|
region_rect = Rect2(0, 0, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/ChallengeModeBits/6" unique_id=229285983]
|
|
texture = ExtResource("11_sk22j")
|
|
hframes = 3
|
|
vframes = 2
|
|
frame = 2
|
|
region_rect = Rect2(16, 0, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Score" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/ChallengeModeBits" unique_id=301264078]
|
|
position = Vector2(51, 4)
|
|
texture = ExtResource("12_asr3n")
|
|
hframes = 2
|
|
region_rect = Rect2(0, 0, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/ChallengeModeBits/Score" unique_id=888253620]
|
|
texture = ExtResource("12_asr3n")
|
|
hframes = 2
|
|
frame = 1
|
|
region_rect = Rect2(8, 0, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2" unique_id=1160125350]
|
|
custom_minimum_size = Vector2(0, 32)
|
|
layout_mode = 2
|
|
size_flags_vertical = 10
|
|
texture = ExtResource("7_ywryf")
|
|
region_rect = Rect2(0, 0, 56, 32)
|
|
script = ExtResource("5_r70xa")
|
|
metadata/_custom_type_script = "uid://xem6lai3ufyj"
|
|
|
|
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Icon" unique_id=392858727]
|
|
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 = -3.0
|
|
offset_right = 6.0
|
|
offset_bottom = 9.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
texture = ExtResource("4_h2uw4")
|
|
region_rect = Rect2(0, 0, 12, 12)
|
|
script = ExtResource("5_r70xa")
|
|
metadata/_custom_type_script = "uid://xem6lai3ufyj"
|
|
|
|
[node name="RankMedal" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Icon" unique_id=1195068526]
|
|
position = Vector2(43, -2)
|
|
texture = ExtResource("5_h2uw4")
|
|
centered = false
|
|
hframes = 8
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Icon/RankMedal" unique_id=435258490 groups=["Particles"]]
|
|
z_index = 1
|
|
material = SubResource("CanvasItemMaterial_ggm71")
|
|
position = Vector2(8, 8)
|
|
emitting = false
|
|
amount = 1
|
|
texture = ExtResource("7_21y1v")
|
|
randomness = 0.12
|
|
fixed_fps = 15
|
|
interpolate = false
|
|
fract_delta = false
|
|
process_material = SubResource("ParticleProcessMaterial_gxb4q")
|
|
|
|
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Icon/RankMedal" unique_id=158591703 groups=["Particles"]]
|
|
visible = false
|
|
z_index = 1
|
|
material = SubResource("CanvasItemMaterial_ggm71")
|
|
position = Vector2(8, 8)
|
|
emitting = false
|
|
amount = 1
|
|
texture = ExtResource("8_r70xa")
|
|
randomness = 0.12
|
|
fixed_fps = 15
|
|
interpolate = false
|
|
fract_delta = false
|
|
process_material = SubResource("ParticleProcessMaterial_gxb4q")
|
|
|
|
[node name="Control" type="Control" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2" unique_id=1071471165]
|
|
layout_mode = 2
|
|
|
|
[node name="Cursor" type="Control" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2" unique_id=1724544569]
|
|
visible = false
|
|
custom_minimum_size = Vector2(0, 8)
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Cursor" unique_id=1380035844]
|
|
layout_mode = 0
|
|
offset_top = -1.0
|
|
offset_right = 56.0
|
|
offset_bottom = 15.0
|
|
text = "^"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Slot3" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=1329454888]
|
|
custom_minimum_size = Vector2(56, 32)
|
|
layout_mode = 2
|
|
focus_mode = 2
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="ChallengeModeBits" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3" unique_id=1111216163]
|
|
custom_minimum_size = Vector2(0, 8)
|
|
layout_mode = 2
|
|
size_flags_vertical = 10
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/ChallengeModeBits" unique_id=2011530004]
|
|
visible = false
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="1" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/ChallengeModeBits" unique_id=151148947]
|
|
position = Vector2(4, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/ChallengeModeBits/1" unique_id=699242082]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="2" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/ChallengeModeBits" unique_id=1721924653]
|
|
position = Vector2(11, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/ChallengeModeBits/2" unique_id=589000767]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="3" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/ChallengeModeBits" unique_id=1587560233]
|
|
position = Vector2(18, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/ChallengeModeBits/3" unique_id=367720607]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="4" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/ChallengeModeBits" unique_id=1974275883]
|
|
position = Vector2(25, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/ChallengeModeBits/4" unique_id=482527934]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="5" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/ChallengeModeBits" unique_id=2028436936]
|
|
position = Vector2(32, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/ChallengeModeBits/5" unique_id=2053694139]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="6" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/ChallengeModeBits" unique_id=969248688]
|
|
position = Vector2(41, 4)
|
|
texture = ExtResource("11_sk22j")
|
|
hframes = 3
|
|
vframes = 2
|
|
region_rect = Rect2(0, 0, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/ChallengeModeBits/6" unique_id=1019001302]
|
|
texture = ExtResource("11_sk22j")
|
|
hframes = 3
|
|
vframes = 2
|
|
frame = 3
|
|
region_rect = Rect2(0, 8, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Score" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/ChallengeModeBits" unique_id=95680919]
|
|
position = Vector2(51, 4)
|
|
texture = ExtResource("12_asr3n")
|
|
hframes = 2
|
|
region_rect = Rect2(0, 0, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/ChallengeModeBits/Score" unique_id=1336307093]
|
|
texture = ExtResource("12_asr3n")
|
|
hframes = 2
|
|
frame = 1
|
|
region_rect = Rect2(8, 0, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3" unique_id=243171288]
|
|
custom_minimum_size = Vector2(0, 32)
|
|
layout_mode = 2
|
|
size_flags_vertical = 10
|
|
texture = ExtResource("7_ywryf")
|
|
region_rect = Rect2(0, 0, 56, 32)
|
|
script = ExtResource("5_r70xa")
|
|
metadata/_custom_type_script = "uid://xem6lai3ufyj"
|
|
|
|
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Icon" unique_id=892138723]
|
|
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 = -3.0
|
|
offset_right = 6.0
|
|
offset_bottom = 9.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
texture = ExtResource("4_h2uw4")
|
|
region_rect = Rect2(0, 0, 12, 12)
|
|
script = ExtResource("5_r70xa")
|
|
metadata/_custom_type_script = "uid://xem6lai3ufyj"
|
|
|
|
[node name="RankMedal" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Icon" unique_id=1299514459]
|
|
position = Vector2(43, -2)
|
|
texture = ExtResource("5_h2uw4")
|
|
centered = false
|
|
hframes = 8
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Icon/RankMedal" unique_id=778146146 groups=["Particles"]]
|
|
z_index = 1
|
|
material = SubResource("CanvasItemMaterial_ggm71")
|
|
position = Vector2(8, 8)
|
|
emitting = false
|
|
amount = 1
|
|
texture = ExtResource("7_21y1v")
|
|
randomness = 0.12
|
|
fixed_fps = 15
|
|
interpolate = false
|
|
fract_delta = false
|
|
process_material = SubResource("ParticleProcessMaterial_gxb4q")
|
|
|
|
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Icon/RankMedal" unique_id=1987634757 groups=["Particles"]]
|
|
visible = false
|
|
z_index = 1
|
|
material = SubResource("CanvasItemMaterial_ggm71")
|
|
position = Vector2(8, 8)
|
|
emitting = false
|
|
amount = 1
|
|
texture = ExtResource("8_r70xa")
|
|
randomness = 0.12
|
|
fixed_fps = 15
|
|
interpolate = false
|
|
fract_delta = false
|
|
process_material = SubResource("ParticleProcessMaterial_gxb4q")
|
|
|
|
[node name="Control" type="Control" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3" unique_id=1356399469]
|
|
layout_mode = 2
|
|
|
|
[node name="Cursor" type="Control" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3" unique_id=1643385053]
|
|
visible = false
|
|
custom_minimum_size = Vector2(0, 8)
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Cursor" unique_id=1071523844]
|
|
layout_mode = 0
|
|
offset_top = -1.0
|
|
offset_right = 56.0
|
|
offset_bottom = 15.0
|
|
text = "^"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Slot4" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer" unique_id=433217516]
|
|
custom_minimum_size = Vector2(56, 32)
|
|
layout_mode = 2
|
|
focus_mode = 2
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="ChallengeModeBits" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4" unique_id=1179053668]
|
|
custom_minimum_size = Vector2(0, 8)
|
|
layout_mode = 2
|
|
size_flags_vertical = 10
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/ChallengeModeBits" unique_id=690293176]
|
|
visible = false
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="1" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/ChallengeModeBits" unique_id=1963596161]
|
|
position = Vector2(4, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/ChallengeModeBits/1" unique_id=800164785]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="2" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/ChallengeModeBits" unique_id=1212581399]
|
|
position = Vector2(11, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/ChallengeModeBits/2" unique_id=561227340]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="3" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/ChallengeModeBits" unique_id=393615657]
|
|
position = Vector2(18, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/ChallengeModeBits/3" unique_id=135984245]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="4" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/ChallengeModeBits" unique_id=1858739601]
|
|
position = Vector2(25, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/ChallengeModeBits/4" unique_id=2032980668]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="5" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/ChallengeModeBits" unique_id=1608649839]
|
|
position = Vector2(32, 4)
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/ChallengeModeBits/5" unique_id=1486200026]
|
|
texture = ExtResource("10_ywryf")
|
|
hframes = 2
|
|
frame = 1
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="6" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/ChallengeModeBits" unique_id=883401158]
|
|
position = Vector2(41, 4)
|
|
texture = ExtResource("11_sk22j")
|
|
hframes = 3
|
|
vframes = 2
|
|
region_rect = Rect2(0, 0, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/ChallengeModeBits/6" unique_id=1286156801]
|
|
texture = ExtResource("11_sk22j")
|
|
hframes = 3
|
|
vframes = 2
|
|
frame = 4
|
|
region_rect = Rect2(8, 8, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Score" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/ChallengeModeBits" unique_id=1229114391]
|
|
position = Vector2(51, 4)
|
|
texture = ExtResource("12_asr3n")
|
|
hframes = 2
|
|
region_rect = Rect2(0, 0, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Full" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/ChallengeModeBits/Score" unique_id=690024700]
|
|
texture = ExtResource("12_asr3n")
|
|
hframes = 2
|
|
frame = 1
|
|
region_rect = Rect2(8, 0, 8, 8)
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="Icon" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4" unique_id=261917599]
|
|
custom_minimum_size = Vector2(0, 32)
|
|
layout_mode = 2
|
|
size_flags_vertical = 10
|
|
texture = ExtResource("7_ywryf")
|
|
region_rect = Rect2(0, 0, 56, 32)
|
|
script = ExtResource("5_r70xa")
|
|
metadata/_custom_type_script = "uid://xem6lai3ufyj"
|
|
|
|
[node name="Number" type="NinePatchRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Icon" unique_id=1593414409]
|
|
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 = -3.0
|
|
offset_right = 6.0
|
|
offset_bottom = 9.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
texture = ExtResource("4_h2uw4")
|
|
region_rect = Rect2(0, 0, 12, 12)
|
|
script = ExtResource("5_r70xa")
|
|
metadata/_custom_type_script = "uid://xem6lai3ufyj"
|
|
|
|
[node name="RankMedal" type="Sprite2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Icon" unique_id=555787106]
|
|
position = Vector2(43, -2)
|
|
texture = ExtResource("5_h2uw4")
|
|
centered = false
|
|
hframes = 8
|
|
script = ExtResource("6_x05vu")
|
|
metadata/_custom_type_script = "uid://364rywt44hy6"
|
|
|
|
[node name="SRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Icon/RankMedal" unique_id=1697129146 groups=["Particles"]]
|
|
z_index = 1
|
|
material = SubResource("CanvasItemMaterial_ggm71")
|
|
position = Vector2(8, 8)
|
|
emitting = false
|
|
amount = 1
|
|
texture = ExtResource("7_21y1v")
|
|
randomness = 0.12
|
|
fixed_fps = 15
|
|
interpolate = false
|
|
fract_delta = false
|
|
process_material = SubResource("ParticleProcessMaterial_gxb4q")
|
|
|
|
[node name="PRankParticles" type="GPUParticles2D" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Icon/RankMedal" unique_id=1527080904 groups=["Particles"]]
|
|
visible = false
|
|
z_index = 1
|
|
material = SubResource("CanvasItemMaterial_ggm71")
|
|
position = Vector2(8, 8)
|
|
emitting = false
|
|
amount = 1
|
|
texture = ExtResource("8_r70xa")
|
|
randomness = 0.12
|
|
fixed_fps = 15
|
|
interpolate = false
|
|
fract_delta = false
|
|
process_material = SubResource("ParticleProcessMaterial_gxb4q")
|
|
|
|
[node name="Control" type="Control" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4" unique_id=1131782608]
|
|
layout_mode = 2
|
|
|
|
[node name="Cursor" type="Control" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4" unique_id=1764243599]
|
|
visible = false
|
|
custom_minimum_size = Vector2(0, 8)
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Cursor" unique_id=1516519538]
|
|
layout_mode = 0
|
|
offset_top = -1.0
|
|
offset_right = 56.0
|
|
offset_bottom = 15.0
|
|
text = "^"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Control" type="Control" parent="Panel/MarginContainer/VBoxContainer" unique_id=274803833]
|
|
custom_minimum_size = Vector2(0, 7)
|
|
layout_mode = 2
|
|
|
|
[node name="MarathonBits" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer" unique_id=1525584898]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
alignment = 1
|
|
|
|
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/MarathonBits" unique_id=1943946844]
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
text = "PB:"
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/MarathonBits" unique_id=1804155473]
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
|
|
[node name="FullRun" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer" unique_id=404764710]
|
|
layout_mode = 2
|
|
|
|
[node name="Flag" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/FullRun" unique_id=579227437]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
texture = SubResource("AtlasTexture_mscv7")
|
|
stretch_mode = 2
|
|
script = ExtResource("14_ywryf")
|
|
metadata/_custom_type_script = "uid://ca3bew33g45eq"
|
|
|
|
[node name="Axe" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/FullRun" unique_id=958612197]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
texture = SubResource("AtlasTexture_k0wu2")
|
|
stretch_mode = 2
|
|
script = ExtResource("14_ywryf")
|
|
metadata/_custom_type_script = "uid://ca3bew33g45eq"
|
|
|
|
[node name="FullRunPB" type="Label" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/FullRun" unique_id=1831039700]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "00:00:00"
|
|
|
|
[node name="FullRunMedals" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/FullRun" unique_id=1024423252]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="Bronze" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/FullRun/FullRunMedals" unique_id=2127217972]
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
texture = SubResource("AtlasTexture_h2uw4")
|
|
script = ExtResource("14_ywryf")
|
|
metadata/_custom_type_script = "uid://ca3bew33g45eq"
|
|
|
|
[node name="Full" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/FullRun/FullRunMedals/Bronze" unique_id=550164013]
|
|
layout_mode = 1
|
|
offset_right = 8.0
|
|
offset_bottom = 8.0
|
|
size_flags_vertical = 4
|
|
texture = SubResource("AtlasTexture_x05vu")
|
|
|
|
[node name="Silver" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/FullRun/FullRunMedals" unique_id=952688192]
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
texture = SubResource("AtlasTexture_h2uw4")
|
|
script = ExtResource("14_ywryf")
|
|
metadata/_custom_type_script = "uid://ca3bew33g45eq"
|
|
|
|
[node name="Full" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/FullRun/FullRunMedals/Silver" unique_id=507254173]
|
|
layout_mode = 1
|
|
offset_right = 8.0
|
|
offset_bottom = 8.0
|
|
size_flags_vertical = 4
|
|
texture = SubResource("AtlasTexture_21y1v")
|
|
|
|
[node name="Gold" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/FullRun/FullRunMedals" unique_id=1303394409]
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
texture = SubResource("AtlasTexture_h2uw4")
|
|
script = ExtResource("14_ywryf")
|
|
metadata/_custom_type_script = "uid://ca3bew33g45eq"
|
|
|
|
[node name="Full" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/FullRun/FullRunMedals/Gold" unique_id=1557953505]
|
|
layout_mode = 1
|
|
offset_right = 8.0
|
|
offset_bottom = 8.0
|
|
size_flags_vertical = 4
|
|
texture = SubResource("AtlasTexture_r70xa")
|
|
|
|
[node name="Warp" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer" unique_id=1008002008]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/Warp" unique_id=20704850]
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
texture = SubResource("AtlasTexture_ggm71")
|
|
stretch_mode = 2
|
|
script = ExtResource("14_ywryf")
|
|
metadata/_custom_type_script = "uid://ca3bew33g45eq"
|
|
|
|
[node name="WarpRunPB" type="Label" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/Warp" unique_id=290124734]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "00:00:00"
|
|
|
|
[node name="WarpRunMedals" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/Warp" unique_id=1868379970]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="Bronze" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/Warp/WarpRunMedals" unique_id=1571883137]
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
texture = SubResource("AtlasTexture_h2uw4")
|
|
script = ExtResource("14_ywryf")
|
|
metadata/_custom_type_script = "uid://ca3bew33g45eq"
|
|
|
|
[node name="Full" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/Warp/WarpRunMedals/Bronze" unique_id=597747250]
|
|
layout_mode = 1
|
|
offset_right = 8.0
|
|
offset_bottom = 8.0
|
|
size_flags_vertical = 4
|
|
texture = SubResource("AtlasTexture_x05vu")
|
|
|
|
[node name="Silver" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/Warp/WarpRunMedals" unique_id=508686974]
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
texture = SubResource("AtlasTexture_h2uw4")
|
|
script = ExtResource("14_ywryf")
|
|
metadata/_custom_type_script = "uid://ca3bew33g45eq"
|
|
|
|
[node name="Full" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/Warp/WarpRunMedals/Silver" unique_id=1966242455]
|
|
layout_mode = 1
|
|
offset_right = 8.0
|
|
offset_bottom = 8.0
|
|
size_flags_vertical = 4
|
|
texture = SubResource("AtlasTexture_21y1v")
|
|
|
|
[node name="Gold" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/Warp/WarpRunMedals" unique_id=295217358]
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
texture = SubResource("AtlasTexture_h2uw4")
|
|
script = ExtResource("14_ywryf")
|
|
metadata/_custom_type_script = "uid://ca3bew33g45eq"
|
|
|
|
[node name="Full" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/Warp/WarpRunMedals/Gold" unique_id=669456743]
|
|
layout_mode = 1
|
|
offset_right = 8.0
|
|
offset_bottom = 8.0
|
|
size_flags_vertical = 4
|
|
texture = SubResource("AtlasTexture_r70xa")
|
|
|
|
[node name="ChallengeBits" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer" unique_id=1993180626]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_constants/separation = -8
|
|
alignment = 1
|
|
|
|
[node name="HighScore" type="Label" parent="Panel/MarginContainer/VBoxContainer/ChallengeBits" unique_id=1009824645]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "SCORE: 00000"
|
|
|
|
[node name="ScoreTarget" type="Label" parent="Panel/MarginContainer/VBoxContainer/ChallengeBits" unique_id=306420387]
|
|
unique_name_in_owner = true
|
|
modulate = Color(0.4627451, 0.5254902, 1, 1)
|
|
layout_mode = 2
|
|
text = "/24000"
|
|
|
|
[node name="LabelFontChanger" type="Node" parent="." unique_id=1253597928 node_paths=PackedStringArray("labels")]
|
|
script = ExtResource("5_x05vu")
|
|
labels = [NodePath("../Panel/MarginContainer/VBoxContainer/Title")]
|
|
metadata/_custom_type_script = "uid://co6tjg3w6qpd8"
|
|
|
|
[node name="LabelFontChanger2" type="Node" parent="." unique_id=937053516 node_paths=PackedStringArray("labels")]
|
|
script = ExtResource("5_x05vu")
|
|
labels = [NodePath("../Panel/MarginContainer/VBoxContainer/Title"), NodePath("../Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot1/Cursor/Label"), NodePath("../Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2/Cursor/Label"), NodePath("../Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3/Cursor/Label"), NodePath("../Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4/Cursor/Label"), NodePath("../Panel/MarginContainer/VBoxContainer/MarathonBits/Label"), NodePath("../Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/FullRun/FullRunPB"), NodePath("../Panel/MarginContainer/VBoxContainer/MarathonBits/VBoxContainer/Warp/WarpRunPB")]
|
|
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="ready" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot2" method="grab_focus"]
|
|
[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="ready" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot3" method="grab_focus"]
|
|
[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="ready" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4" to="Panel/MarginContainer/VBoxContainer/HBoxContainer/ScrollContainer/SlotContainer/Slot4" method="grab_focus"]
|