Work on shiny shader and updated to RC5

This commit is contained in:
2025-09-11 21:33:27 -04:00
parent d64859cf35
commit 82c630d668
30 changed files with 352 additions and 143 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=14 format=3 uid="uid://bktxswsjql86p"]
[gd_scene load_steps=17 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"]
@@ -9,14 +9,16 @@
[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="Texture2D" uid="uid://b8i33rhb4mw40" path="res://external/xp.png" id="11_ktflt"]
[ext_resource type="Script" uid="uid://cw6yo5opbrpr8" path="res://scripts/item_slot.gd" id="11_tiew1"]
[ext_resource type="Shader" uid="uid://cuicvb6logcpd" path="res://shaders/item_shine.gdshader" id="12_1nmd1"]
[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)
colors = PackedColorArray(1, 1, 1, 1, 0.64289534, 0.6450979, 0.73285794, 1, 1, 1, 1, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_bj16a"]
gradient = SubResource("Gradient_1nmd1")
@@ -24,6 +26,19 @@ width = 100
height = 49
fill_to = Vector2(0, 1)
[sub_resource type="ShaderMaterial" id="ShaderMaterial_bj16a"]
shader = ExtResource("12_1nmd1")
shader_parameter/Line_Smoothness = 0.06400000304
shader_parameter/Line_Width = 0.20000000298023
shader_parameter/Brightness = 3.0
shader_parameter/Rotation_deg = 30.0
shader_parameter/Distortion = 1.8
shader_parameter/Speed = 0.6
shader_parameter/Position = 0.0
shader_parameter/Position_Min = 0.25
shader_parameter/Position_Max = 0.5
shader_parameter/Alpha = 0.8550000406125
[node name="Profile Window" type="Window"]
transparent_bg = true
oversampling_override = 1.0
@@ -39,7 +54,6 @@ 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
@@ -47,13 +61,13 @@ offset_bottom = 54.0
[node name="DragRegion" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
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")
@@ -61,13 +75,13 @@ texture = ExtResource("2_s0l16")
[node name="HSeparator" type="Control" parent="."]
custom_minimum_size = Vector2(0, 100)
layout_mode = 3
anchors_preset = 0
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
@@ -78,7 +92,6 @@ unique_name_in_owner = true
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
@@ -88,7 +101,6 @@ 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
@@ -100,7 +112,6 @@ 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
@@ -112,7 +123,6 @@ 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
@@ -123,7 +133,6 @@ 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
@@ -136,7 +145,6 @@ 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
@@ -146,7 +154,6 @@ 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
@@ -158,7 +165,6 @@ 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
@@ -185,7 +191,6 @@ 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
@@ -205,7 +210,6 @@ 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
@@ -216,7 +220,6 @@ 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
@@ -227,7 +230,6 @@ 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
@@ -238,7 +240,6 @@ 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
@@ -250,7 +251,6 @@ 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
@@ -277,7 +277,6 @@ 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
@@ -304,7 +303,6 @@ 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
@@ -325,7 +323,6 @@ 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
@@ -346,7 +343,6 @@ 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
@@ -367,7 +363,6 @@ 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
@@ -388,7 +383,6 @@ 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
@@ -409,7 +403,6 @@ 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
@@ -428,7 +421,6 @@ 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
@@ -436,7 +428,6 @@ 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
@@ -457,7 +448,6 @@ 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
@@ -478,7 +468,6 @@ 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
@@ -486,7 +475,6 @@ 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
@@ -495,7 +483,6 @@ 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
@@ -514,29 +501,80 @@ offset_bottom = 71.0
texture = ExtResource("7_ktflt")
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot"]
clip_children = 2
texture_filter = 3
clip_contents = true
layout_mode = 0
offset_left = 3.0
offset_top = 3.0
offset_right = 67.0
offset_bottom = 67.0
texture = ExtResource("11_ktflt")
expand_mode = 1
[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"]
[node name="Shine" type="ColorRect" parent="InventoryGrid/ItemSlot/Item"]
material = SubResource("ShaderMaterial_bj16a")
layout_mode = 0
offset_right = 71.0
offset_bottom = 71.0
texture = ExtResource("7_ktflt")
offset_right = 64.0
offset_bottom = 64.0
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot/ItemSlot"]
[node name="CountLabel" type="Label" parent="InventoryGrid/ItemSlot"]
visible = false
clip_children = 2
layout_mode = 0
offset_left = 3.0
offset_top = 3.0
offset_right = 67.0
offset_left = 1.0
offset_top = 52.0
offset_right = 37.363632
offset_bottom = 68.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 = 16
text = "999"
horizontal_alignment = 1
vertical_alignment = 2
[node name="TextureRect" type="TextureRect" parent="InventoryGrid/ItemSlot/CountLabel"]
material = SubResource("CanvasItemMaterial_ktflt")
layout_mode = 1
anchors_preset = -1
offset_top = -11.0
offset_right = 35.0
offset_bottom = 36.0
texture = SubResource("GradientTexture2D_bj16a")
expand_mode = 1
[node name="PerLabel" type="Label" parent="InventoryGrid/ItemSlot"]
visible = false
clip_children = 2
layout_mode = 0
offset_left = 35.0
offset_top = 51.0
offset_right = 71.36363
offset_bottom = 67.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 = 12
text = "PER"
horizontal_alignment = 1
vertical_alignment = 2
[node name="TextureRect" type="TextureRect" parent="InventoryGrid/ItemSlot/PerLabel"]
material = SubResource("CanvasItemMaterial_ktflt")
layout_mode = 1
anchors_preset = -1
offset_top = -11.0
offset_right = 35.0
offset_bottom = 36.0
texture = SubResource("GradientTexture2D_bj16a")
expand_mode = 1
[node name="ItemSlot2" type="Control" parent="InventoryGrid"]
custom_minimum_size = Vector2(71, 71)
@@ -813,7 +851,6 @@ offset_bottom = 67.0
[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"]

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=11 format=3 uid="uid://djhq68y24p5px"]
[gd_scene load_steps=14 format=3 uid="uid://djhq68y24p5px"]
[ext_resource type="Texture2D" uid="uid://biir7hjo6b4nl" path="res://graphics/adventurer-profile-pic.png" id="1_4aa5t"]
[ext_resource type="Texture2D" uid="uid://bldpiytpdrge6" path="res://graphics/icon.svg" id="1_h0ett"]
@@ -10,6 +10,21 @@
[ext_resource type="Texture2D" uid="uid://cjjtgrr56guj0" path="res://graphics/ui/item-slot.png" id="6_qu58s"]
[ext_resource type="FontFile" uid="uid://cju0vb3cw5qoj" path="res://fonts/Bagnard.otf" id="6_ye5k7"]
[ext_resource type="Texture2D" uid="uid://d1btg2hfnjx6r" path="res://graphics/ui/inventory-heading.png" id="7_ycvrv"]
[ext_resource type="Texture2D" uid="uid://b8i33rhb4mw40" path="res://external/xp.png" id="11_ye5k7"]
[ext_resource type="Shader" uid="uid://cuicvb6logcpd" path="res://shaders/item_shine.gdshader" id="12_fkivb"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_lfbrd"]
shader = ExtResource("12_fkivb")
shader_parameter/Line_Smoothness = 0.06400000304
shader_parameter/Line_Width = 0.20000000298023
shader_parameter/Brightness = 3.0
shader_parameter/Rotation_deg = 30.0
shader_parameter/Distortion = 1.8
shader_parameter/Speed = 0.6
shader_parameter/Position = 0.0
shader_parameter/Position_Min = 0.25
shader_parameter/Position_Max = 0.5
shader_parameter/Alpha = 0.8550000406125
[node name="Profile Window" type="Window"]
oversampling_override = 1.0
@@ -22,7 +37,6 @@ popup_window = true
script = ExtResource("1_ldy3k")
[node name="TextureRect" type="TextureRect" parent="."]
anchors_preset = -1
offset_right = 635.0
offset_bottom = 843.0
texture = ExtResource("1_sdlbe")
@@ -30,13 +44,13 @@ texture = ExtResource("1_sdlbe")
[node name="HSeparator" type="Control" parent="."]
custom_minimum_size = Vector2(0, 100)
layout_mode = 3
anchors_preset = 0
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
@@ -46,7 +60,6 @@ offset_bottom = 839.0
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
@@ -56,17 +69,17 @@ expand_mode = 1
[node name="Portrait" type="TextureRect" parent="PortraitFrame"]
unique_name_in_owner = true
texture_filter = 3
layout_mode = 0
offset_left = -49.0
offset_top = 7.0
offset_right = 79.0
offset_bottom = 135.0
offset_left = -2.0
offset_top = -11.0
offset_right = 80.0
offset_bottom = 71.0
scale = Vector2(2, 2)
texture = ExtResource("2_uhag7")
expand_mode = 1
[node name="NameLabel" type="Label" parent="."]
anchors_preset = -1
offset_left = 68.0
offset_top = 66.0
offset_right = 172.0
@@ -78,7 +91,6 @@ theme_override_font_sizes/font_size = 36
text = "Name"
[node name="ClassLabel" type="Label" parent="."]
anchors_preset = -1
offset_left = 198.0
offset_top = 126.0
offset_right = 282.0
@@ -89,7 +101,6 @@ theme_override_font_sizes/font_size = 24
text = "Class"
[node name="LevelLabel" type="Label" parent="."]
anchors_preset = -1
offset_left = 198.0
offset_top = 145.0
offset_right = 282.0
@@ -99,7 +110,6 @@ theme_override_font_sizes/font_size = 24
text = "Lv ##"
[node name="ExpLabel" type="Label" parent="."]
anchors_preset = -1
offset_left = 198.0
offset_top = 164.0
offset_right = 282.0
@@ -111,7 +121,6 @@ text = "Exp: ##/##"
[node name="LifeLabel" type="Label" parent="."]
custom_minimum_size = Vector2(100, 0)
anchors_preset = -1
offset_left = 26.0
offset_top = 273.0
offset_right = 652.0
@@ -120,7 +129,6 @@ theme_override_font_sizes/font_size = 24
text = "Life: ####/####"
[node name="EnergyLabel" type="Label" parent="."]
anchors_preset = -1
offset_left = 234.0
offset_top = 273.0
offset_right = 860.0
@@ -130,7 +138,6 @@ theme_override_font_sizes/font_size = 24
text = "Energy: ####/####"
[node name="STRLabel" type="Label" parent="."]
anchors_preset = -1
offset_left = 109.0
offset_top = 297.0
offset_right = 209.0
@@ -147,7 +154,6 @@ horizontal_alignment = 1
vertical_alignment = 2
[node name="INTLabel" type="Label" parent="."]
anchors_preset = -1
offset_left = 109.0
offset_top = 364.0
offset_right = 209.0
@@ -158,7 +164,6 @@ horizontal_alignment = 1
vertical_alignment = 2
[node name="DEXLabel" type="Label" parent="."]
anchors_preset = -1
offset_left = 110.0
offset_top = 333.0
offset_right = 210.0
@@ -169,7 +174,6 @@ horizontal_alignment = 1
vertical_alignment = 2
[node name="CHALabel" type="Label" parent="."]
anchors_preset = -1
offset_left = 253.0
offset_top = 302.0
offset_right = 353.0
@@ -180,7 +184,6 @@ horizontal_alignment = 1
vertical_alignment = 2
[node name="FAILabel" type="Label" parent="."]
anchors_preset = -1
offset_left = 253.0
offset_top = 333.0
offset_right = 353.0
@@ -191,7 +194,6 @@ horizontal_alignment = 1
vertical_alignment = 2
[node name="LUKLabel" type="Label" parent="."]
anchors_preset = -1
offset_left = 253.0
offset_top = 364.0
offset_right = 353.0
@@ -202,11 +204,10 @@ horizontal_alignment = 1
vertical_alignment = 2
[node name="HBoxContainer2" type="HBoxContainer" parent="."]
anchors_preset = -1
offset_left = 3.0
offset_top = 4.0
offset_right = 629.0
offset_bottom = 839.0
offset_left = -2.0
offset_top = 9.0
offset_right = 624.0
offset_bottom = 844.0
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer2"]
custom_minimum_size = Vector2(100, 0)
@@ -220,7 +221,6 @@ theme_override_constants/separation = -8
[node name="HBoxContainer3" type="HBoxContainer" parent="."]
visible = false
anchors_preset = -1
offset_left = 3.0
offset_top = 4.0
offset_right = 629.0
@@ -240,7 +240,6 @@ texture = ExtResource("1_4aa5t")
[node name="ConsumableList" type="HBoxContainer" parent="."]
visible = false
anchors_preset = -1
offset_left = 3.0
offset_top = 4.0
offset_right = 629.0
@@ -278,7 +277,6 @@ texture = ExtResource("1_4aa5t")
expand_mode = 1
[node name="TextureRect3" type="TextureRect" parent="."]
anchors_preset = -1
offset_left = -89.0
offset_top = 466.0
offset_right = 382.0
@@ -286,7 +284,6 @@ offset_bottom = 490.0
texture = ExtResource("5_ldy3k")
[node name="TextureRect5" type="NinePatchRect" parent="."]
anchors_preset = -1
offset_left = 13.0
offset_top = 524.0
offset_right = 238.0
@@ -298,7 +295,6 @@ patch_margin_right = 6
patch_margin_bottom = 6
[node name="GearGrid" type="GridContainer" parent="."]
anchors_preset = -1
offset_left = 241.0
offset_top = 526.0
offset_right = 462.0
@@ -317,7 +313,6 @@ layout_mode = 2
texture = ExtResource("6_qu58s")
[node name="TextureRect4" type="TextureRect" parent="."]
anchors_preset = -1
offset_left = 236.0
offset_top = 466.0
offset_right = 707.0
@@ -333,7 +328,6 @@ offset_right = 84.0
offset_bottom = 72.0
[node name="InventoryGrid" type="GridContainer" parent="."]
anchors_preset = -1
offset_left = 325.0
offset_top = 494.0
offset_right = 771.0
@@ -344,6 +338,24 @@ columns = 4
layout_mode = 2
texture = ExtResource("6_qu58s")
[node name="TextureRect" type="TextureRect" parent="InventoryGrid/TextureRect"]
clip_children = 2
texture_filter = 3
clip_contents = true
layout_mode = 0
offset_left = 3.0
offset_top = 3.0
offset_right = 67.0
offset_bottom = 67.0
texture = ExtResource("11_ye5k7")
expand_mode = 1
[node name="Shine" type="ColorRect" parent="InventoryGrid/TextureRect/TextureRect"]
material = SubResource("ShaderMaterial_lfbrd")
layout_mode = 0
offset_right = 64.0
offset_bottom = 64.0
[node name="TextureRect2" type="TextureRect" parent="InventoryGrid"]
layout_mode = 2
texture = ExtResource("6_qu58s")
@@ -414,7 +426,6 @@ texture = ExtResource("6_qu58s")
[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
@@ -422,6 +433,7 @@ offset_bottom = 54.0
[node name="DragRegion" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_left = 2.0
offset_top = 11.0
offset_right = 584.0