841 lines
24 KiB
Plaintext
841 lines
24 KiB
Plaintext
[gd_scene load_steps=15 format=3 uid="uid://bktxswsjql86p"]
|
|
|
|
[ext_resource type="Script" uid="uid://ccsiubi5y75qg" path="res://scripts/npc_profile_window.gd" id="1_4xbne"]
|
|
[ext_resource type="Texture2D" uid="uid://cbt6po52ad37x" path="res://external/profile-window.png" id="2_s0l16"]
|
|
[ext_resource type="Texture2D" uid="uid://bldpiytpdrge6" path="res://graphics/icon.svg" id="3_wy4e0"]
|
|
[ext_resource type="Texture2D" uid="uid://bblr27slj6ap0" path="res://graphics/portraits/farmer_f.png" id="4_wafq0"]
|
|
[ext_resource type="Theme" uid="uid://dlobmn4esosk3" path="res://styles/stat_font.tres" id="5_wafq0"]
|
|
[ext_resource type="FontFile" uid="uid://cju0vb3cw5qoj" path="res://fonts/Bagnard.otf" id="6_ktflt"]
|
|
[ext_resource type="Texture2D" uid="uid://bnyl6eaynixm5" path="res://graphics/ui/gear-heading.png" id="6_tiew1"]
|
|
[ext_resource type="Texture2D" uid="uid://cjjtgrr56guj0" path="res://graphics/ui/item-slot.png" id="7_ktflt"]
|
|
[ext_resource type="Texture2D" uid="uid://d1btg2hfnjx6r" path="res://graphics/ui/inventory-heading.png" id="8_1nmd1"]
|
|
[ext_resource type="Texture2D" uid="uid://blt2b7f6iqb8j" path="res://graphics/questview/test-char.png" id="10_tiew1"]
|
|
[ext_resource type="Script" uid="uid://cw6yo5opbrpr8" path="res://scripts/item_slot.gd" id="11_tiew1"]
|
|
|
|
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_ktflt"]
|
|
blend_mode = 3
|
|
|
|
[sub_resource type="Gradient" id="Gradient_1nmd1"]
|
|
offsets = PackedFloat32Array(0.2754717, 0.36226416, 0.43773586)
|
|
colors = PackedColorArray(1, 1, 1, 1, 0.46274376, 0.4643005, 0.5605066, 1, 1, 1, 1, 1)
|
|
|
|
[sub_resource type="GradientTexture2D" id="GradientTexture2D_bj16a"]
|
|
gradient = SubResource("Gradient_1nmd1")
|
|
width = 100
|
|
height = 49
|
|
fill_to = Vector2(0, 1)
|
|
|
|
[node name="Profile Window" type="Window"]
|
|
transparent_bg = true
|
|
oversampling_override = 1.0
|
|
initial_position = 1
|
|
size = Vector2i(707, 884)
|
|
wrap_controls = true
|
|
unresizable = true
|
|
borderless = true
|
|
always_on_top = true
|
|
transparent = true
|
|
popup_window = true
|
|
script = ExtResource("1_4xbne")
|
|
|
|
[node name="CloseButton" type="Button" parent="."]
|
|
modulate = Color(1, 1, 1, 0)
|
|
anchors_preset = -1
|
|
offset_left = 586.0
|
|
offset_top = 15.0
|
|
offset_right = 625.0
|
|
offset_bottom = 54.0
|
|
|
|
[node name="DragRegion" type="Control" parent="."]
|
|
layout_mode = 3
|
|
offset_left = 2.0
|
|
offset_top = 11.0
|
|
offset_right = 584.0
|
|
offset_bottom = 56.0
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
anchors_preset = -1
|
|
offset_right = 635.0
|
|
offset_bottom = 843.0
|
|
texture = ExtResource("2_s0l16")
|
|
|
|
[node name="HSeparator" type="Control" parent="."]
|
|
custom_minimum_size = Vector2(0, 100)
|
|
layout_mode = 3
|
|
offset_left = 3.0
|
|
offset_top = 4.0
|
|
offset_right = 629.0
|
|
offset_bottom = 839.0
|
|
|
|
[node name="TextureRect2" type="TextureRect" parent="."]
|
|
anchors_preset = -1
|
|
offset_left = 3.0
|
|
offset_top = 4.0
|
|
offset_right = 629.0
|
|
offset_bottom = 839.0
|
|
|
|
[node name="PortraitFrame" type="TextureRect" parent="."]
|
|
self_modulate = Color(1, 1, 1, 0)
|
|
clip_contents = true
|
|
custom_minimum_size = Vector2(153, 153)
|
|
anchors_preset = -1
|
|
offset_left = 27.0
|
|
offset_top = 103.0
|
|
offset_right = 180.0
|
|
offset_bottom = 256.0
|
|
texture = ExtResource("3_wy4e0")
|
|
expand_mode = 1
|
|
|
|
[node name="Portrait" type="TextureRect" parent="PortraitFrame"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 0
|
|
offset_right = 76.5
|
|
offset_bottom = 76.5
|
|
scale = Vector2(2, 2)
|
|
texture = ExtResource("4_wafq0")
|
|
expand_mode = 1
|
|
|
|
[node name="NameLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
anchors_preset = -1
|
|
offset_left = 74.0
|
|
offset_top = 54.0
|
|
offset_right = 178.0
|
|
offset_bottom = 104.0
|
|
theme_override_colors/font_color = Color(0.33, 0.17600001, 0, 1)
|
|
theme_override_constants/line_spacing = 0
|
|
theme_override_font_sizes/font_size = 36
|
|
text = "Name"
|
|
|
|
[node name="JobLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
anchors_preset = -1
|
|
offset_left = 188.0
|
|
offset_top = 100.0
|
|
offset_right = 272.0
|
|
offset_bottom = 134.0
|
|
theme_override_colors/font_color = Color(0.33, 0.17600001, 0, 1)
|
|
theme_override_constants/line_spacing = 0
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "Class"
|
|
|
|
[node name="LevelLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
anchors_preset = -1
|
|
offset_left = 188.0
|
|
offset_top = 127.0
|
|
offset_right = 272.0
|
|
offset_bottom = 161.0
|
|
theme_override_colors/font_color = Color(0.33, 0.17600001, 0, 1)
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "Lv ##"
|
|
|
|
[node name="ExpLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
anchors_preset = -1
|
|
offset_left = 188.0
|
|
offset_top = 156.0
|
|
offset_right = 314.0
|
|
offset_bottom = 190.0
|
|
theme_override_colors/font_color = Color(0.33, 0.17600001, 0, 1)
|
|
theme_override_constants/line_spacing = 0
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "Exp: ##/##"
|
|
|
|
[node name="LifeLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(100, 0)
|
|
anchors_preset = -1
|
|
offset_left = 26.0
|
|
offset_top = 273.0
|
|
offset_right = 652.0
|
|
offset_bottom = 307.0
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "Life: ####/####"
|
|
|
|
[node name="EnergyLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
anchors_preset = -1
|
|
offset_left = 234.0
|
|
offset_top = 273.0
|
|
offset_right = 860.0
|
|
offset_bottom = 307.0
|
|
theme_override_constants/line_spacing = 0
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "Energy: ####/####"
|
|
|
|
[node name="STRLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
clip_children = 2
|
|
anchors_preset = -1
|
|
offset_left = 110.0
|
|
offset_top = 302.0
|
|
offset_right = 210.0
|
|
offset_bottom = 346.0
|
|
theme = ExtResource("5_wafq0")
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/shadow_offset_x = 1
|
|
theme_override_constants/shadow_offset_y = 1
|
|
theme_override_constants/outline_size = 1
|
|
theme_override_fonts/font = ExtResource("6_ktflt")
|
|
theme_override_font_sizes/font_size = 32
|
|
text = "457"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="STRLabel"]
|
|
material = SubResource("CanvasItemMaterial_ktflt")
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
offset_right = 100.0
|
|
offset_bottom = 64.0
|
|
texture = SubResource("GradientTexture2D_bj16a")
|
|
|
|
[node name="INTLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
clip_children = 2
|
|
anchors_preset = -1
|
|
offset_left = 110.0
|
|
offset_top = 364.0
|
|
offset_right = 210.0
|
|
offset_bottom = 408.0
|
|
theme = ExtResource("5_wafq0")
|
|
text = "9999"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="INTLabel"]
|
|
material = SubResource("CanvasItemMaterial_ktflt")
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
offset_right = 100.0
|
|
offset_bottom = 64.0
|
|
texture = SubResource("GradientTexture2D_bj16a")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
modulate = Color(0.4, 0.22666667, 0, 1)
|
|
anchors_preset = -1
|
|
offset_left = 65.0
|
|
offset_top = 405.0
|
|
offset_right = 139.0
|
|
offset_bottom = 450.0
|
|
theme_override_constants/outline_size = 2
|
|
theme_override_font_sizes/font_size = 32
|
|
text = "ATK"
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
modulate = Color(0.4, 0.22666667, 0, 1)
|
|
anchors_preset = -1
|
|
offset_left = 201.0
|
|
offset_top = 405.0
|
|
offset_right = 275.0
|
|
offset_bottom = 450.0
|
|
theme_override_constants/outline_size = 2
|
|
theme_override_font_sizes/font_size = 32
|
|
text = "MAG"
|
|
|
|
[node name="Label3" type="Label" parent="."]
|
|
modulate = Color(0.4, 0.22666667, 0, 1)
|
|
anchors_preset = -1
|
|
offset_left = 330.0
|
|
offset_top = 405.0
|
|
offset_right = 408.0
|
|
offset_bottom = 450.0
|
|
theme_override_constants/outline_size = 2
|
|
theme_override_font_sizes/font_size = 32
|
|
text = "PDEF"
|
|
|
|
[node name="Label4" type="Label" parent="."]
|
|
modulate = Color(0.4, 0.22666667, 0, 1)
|
|
anchors_preset = -1
|
|
offset_left = 481.0
|
|
offset_top = 405.0
|
|
offset_right = 569.0
|
|
offset_bottom = 450.0
|
|
theme_override_constants/outline_size = 2
|
|
theme_override_font_sizes/font_size = 32
|
|
text = "MDEF"
|
|
|
|
[node name="ATKLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
clip_children = 2
|
|
anchors_preset = -1
|
|
offset_left = 43.0
|
|
offset_top = 436.0
|
|
offset_right = 143.0
|
|
offset_bottom = 480.0
|
|
theme = ExtResource("5_wafq0")
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/shadow_offset_x = 1
|
|
theme_override_constants/shadow_offset_y = 1
|
|
theme_override_constants/outline_size = 1
|
|
theme_override_fonts/font = ExtResource("6_ktflt")
|
|
theme_override_font_sizes/font_size = 32
|
|
text = "457"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="ATKLabel"]
|
|
material = SubResource("CanvasItemMaterial_ktflt")
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
offset_right = 100.0
|
|
offset_bottom = 64.0
|
|
texture = SubResource("GradientTexture2D_bj16a")
|
|
|
|
[node name="MAGLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
clip_children = 2
|
|
anchors_preset = -1
|
|
offset_left = 188.0
|
|
offset_top = 435.0
|
|
offset_right = 288.0
|
|
offset_bottom = 479.0
|
|
theme = ExtResource("5_wafq0")
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/shadow_offset_x = 1
|
|
theme_override_constants/shadow_offset_y = 1
|
|
theme_override_constants/outline_size = 1
|
|
theme_override_fonts/font = ExtResource("6_ktflt")
|
|
theme_override_font_sizes/font_size = 32
|
|
text = "457"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="MAGLabel"]
|
|
material = SubResource("CanvasItemMaterial_ktflt")
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
offset_right = 100.0
|
|
offset_bottom = 64.0
|
|
texture = SubResource("GradientTexture2D_bj16a")
|
|
|
|
[node name="PDEFLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
clip_children = 2
|
|
anchors_preset = -1
|
|
offset_left = 316.0
|
|
offset_top = 435.0
|
|
offset_right = 416.0
|
|
offset_bottom = 479.0
|
|
theme = ExtResource("5_wafq0")
|
|
text = "9999"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="PDEFLabel"]
|
|
material = SubResource("CanvasItemMaterial_ktflt")
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
offset_right = 100.0
|
|
offset_bottom = 64.0
|
|
texture = SubResource("GradientTexture2D_bj16a")
|
|
|
|
[node name="MDEFLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
clip_children = 2
|
|
anchors_preset = -1
|
|
offset_left = 471.0
|
|
offset_top = 435.0
|
|
offset_right = 571.0
|
|
offset_bottom = 479.0
|
|
theme = ExtResource("5_wafq0")
|
|
text = "9999"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="MDEFLabel"]
|
|
material = SubResource("CanvasItemMaterial_ktflt")
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
offset_right = 100.0
|
|
offset_bottom = 64.0
|
|
texture = SubResource("GradientTexture2D_bj16a")
|
|
|
|
[node name="DEXLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
clip_children = 2
|
|
anchors_preset = -1
|
|
offset_left = 111.0
|
|
offset_top = 333.0
|
|
offset_right = 211.0
|
|
offset_bottom = 377.0
|
|
theme = ExtResource("5_wafq0")
|
|
text = "9999"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="DEXLabel"]
|
|
material = SubResource("CanvasItemMaterial_ktflt")
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
offset_right = 100.0
|
|
offset_bottom = 64.0
|
|
texture = SubResource("GradientTexture2D_bj16a")
|
|
|
|
[node name="CHALabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
clip_children = 2
|
|
anchors_preset = -1
|
|
offset_left = 254.0
|
|
offset_top = 302.0
|
|
offset_right = 354.0
|
|
offset_bottom = 346.0
|
|
theme = ExtResource("5_wafq0")
|
|
text = "9999"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="CHALabel"]
|
|
material = SubResource("CanvasItemMaterial_ktflt")
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
offset_right = 100.0
|
|
offset_bottom = 64.0
|
|
texture = SubResource("GradientTexture2D_bj16a")
|
|
|
|
[node name="FAILabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
clip_children = 2
|
|
anchors_preset = -1
|
|
offset_left = 254.0
|
|
offset_top = 333.0
|
|
offset_right = 354.0
|
|
offset_bottom = 377.0
|
|
theme = ExtResource("5_wafq0")
|
|
text = "9999"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="FAILabel"]
|
|
material = SubResource("CanvasItemMaterial_ktflt")
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
offset_right = 100.0
|
|
offset_bottom = 64.0
|
|
texture = SubResource("GradientTexture2D_bj16a")
|
|
|
|
[node name="LUKLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
clip_children = 2
|
|
anchors_preset = -1
|
|
offset_left = 254.0
|
|
offset_top = 364.0
|
|
offset_right = 354.0
|
|
offset_bottom = 408.0
|
|
theme = ExtResource("5_wafq0")
|
|
text = "9999"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="LUKLabel"]
|
|
material = SubResource("CanvasItemMaterial_ktflt")
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
offset_right = 100.0
|
|
offset_bottom = 64.0
|
|
texture = SubResource("GradientTexture2D_bj16a")
|
|
|
|
[node name="GearBanner" type="TextureRect" parent="."]
|
|
anchors_preset = -1
|
|
offset_left = -89.0
|
|
offset_top = 485.0
|
|
offset_right = 382.0
|
|
offset_bottom = 509.0
|
|
texture = ExtResource("6_tiew1")
|
|
|
|
[node name="Sideview" type="NinePatchRect" parent="."]
|
|
anchors_preset = -1
|
|
offset_left = 13.0
|
|
offset_top = 543.0
|
|
offset_right = 238.0
|
|
offset_bottom = 768.0
|
|
texture = ExtResource("7_ktflt")
|
|
patch_margin_left = 6
|
|
patch_margin_top = 6
|
|
patch_margin_right = 6
|
|
patch_margin_bottom = 6
|
|
|
|
[node name="TempChar" type="TextureRect" parent="Sideview"]
|
|
layout_mode = 0
|
|
offset_left = 47.0
|
|
offset_top = 55.0
|
|
offset_right = 175.0
|
|
offset_bottom = 183.0
|
|
texture = ExtResource("10_tiew1")
|
|
|
|
[node name="GearGrid" type="GridContainer" parent="."]
|
|
unique_name_in_owner = true
|
|
anchors_preset = -1
|
|
offset_left = 241.0
|
|
offset_top = 545.0
|
|
offset_right = 462.0
|
|
offset_bottom = 766.0
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="GearGrid"]
|
|
layout_mode = 2
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="TextureRect2" type="TextureRect" parent="GearGrid"]
|
|
layout_mode = 2
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="TextureRect3" type="TextureRect" parent="GearGrid"]
|
|
layout_mode = 2
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="VSeparator" type="VSeparator" parent="."]
|
|
modulate = Color(1.2044971, 0.7664488, 0.43147072, 1)
|
|
custom_minimum_size = Vector2(0, 275)
|
|
anchors_preset = -1
|
|
offset_left = 314.0
|
|
offset_top = 512.0
|
|
offset_right = 318.0
|
|
offset_bottom = 812.0
|
|
scale = Vector2(2, 1)
|
|
|
|
[node name="InventoryBanner" type="TextureRect" parent="."]
|
|
anchors_preset = -1
|
|
offset_left = 236.0
|
|
offset_top = 485.0
|
|
offset_right = 707.0
|
|
offset_bottom = 509.0
|
|
texture = ExtResource("8_1nmd1")
|
|
|
|
[node name="InventoryGrid" type="GridContainer" parent="."]
|
|
unique_name_in_owner = true
|
|
anchors_preset = -1
|
|
offset_left = 325.0
|
|
offset_top = 513.0
|
|
offset_right = 621.0
|
|
offset_bottom = 809.0
|
|
columns = 4
|
|
|
|
[node name="ItemSlot" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot" type="Control" parent="InventoryGrid/ItemSlot"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
anchors_preset = 0
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot/ItemSlot"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot/ItemSlot"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot2" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot2"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot2"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot3" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot3"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot3"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot4" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot4"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot4"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot5" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot5"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot5"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot6" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot6"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot6"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot7" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot7"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot7"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot8" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot8"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot8"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot9" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot9"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot9"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot10" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot10"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot10"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot11" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot11"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot11"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot12" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot12"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot12"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot13" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot13"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot13"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot14" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot14"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot14"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot15" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot15"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot15"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[node name="ItemSlot16" type="Control" parent="InventoryGrid"]
|
|
custom_minimum_size = Vector2(71, 71)
|
|
layout_mode = 2
|
|
script = ExtResource("11_tiew1")
|
|
|
|
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot16"]
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 71.0
|
|
texture = ExtResource("7_ktflt")
|
|
|
|
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot16"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 3.0
|
|
offset_right = 67.0
|
|
offset_bottom = 67.0
|
|
|
|
[connection signal="close_requested" from="." to="." method="_on_close_requested"]
|
|
[connection signal="focus_exited" from="." to="." method="_on_close_requested"]
|
|
[connection signal="pressed" from="CloseButton" to="." method="_on_close_requested"]
|
|
[connection signal="gui_input" from="DragRegion" to="." method="_on_drag_region_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot" to="InventoryGrid/ItemSlot" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot/ItemSlot" to="InventoryGrid/ItemSlot/ItemSlot" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot2" to="InventoryGrid/ItemSlot2" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot3" to="InventoryGrid/ItemSlot3" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot4" to="InventoryGrid/ItemSlot4" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot5" to="InventoryGrid/ItemSlot5" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot6" to="InventoryGrid/ItemSlot6" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot7" to="InventoryGrid/ItemSlot7" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot8" to="InventoryGrid/ItemSlot8" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot9" to="InventoryGrid/ItemSlot9" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot10" to="InventoryGrid/ItemSlot10" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot11" to="InventoryGrid/ItemSlot11" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot12" to="InventoryGrid/ItemSlot12" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot13" to="InventoryGrid/ItemSlot13" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot14" to="InventoryGrid/ItemSlot14" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot15" to="InventoryGrid/ItemSlot15" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="InventoryGrid/ItemSlot16" to="InventoryGrid/ItemSlot16" method="_on_gui_input"]
|