68 lines
2.6 KiB
Plaintext
68 lines
2.6 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://c005nd0m2eim"]
|
|
|
|
[ext_resource type="Script" uid="uid://cglxk7v8hpesn" path="res://src/ui/inventory_menu/ItemSlot.cs" id="1_yttxt"]
|
|
[ext_resource type="Texture2D" uid="uid://0r1dws4ajhdx" path="res://src/items/accessory/textures/MASK 01.PNG" id="2_7kdbd"]
|
|
[ext_resource type="LabelSettings" uid="uid://dupifadnagodp" path="res://src/ui/label_settings/MainTextRegular.tres" id="3_rf22b"]
|
|
[ext_resource type="Script" uid="uid://b0rrpkpsfdga8" path="res://src/ui/inventory_menu/ItemLabel.cs" id="3_xlgl0"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_lt1pw"]
|
|
|
|
[node name="ItemSlot" type="Button"]
|
|
custom_minimum_size = Vector2(100, 60)
|
|
anchors_preset = -1
|
|
anchor_right = 0.885
|
|
anchor_bottom = 0.093
|
|
offset_right = 0.799927
|
|
offset_bottom = -0.440002
|
|
theme_override_styles/focus = SubResource("StyleBoxEmpty_lt1pw")
|
|
theme_override_styles/disabled_mirrored = SubResource("StyleBoxEmpty_lt1pw")
|
|
theme_override_styles/disabled = SubResource("StyleBoxEmpty_lt1pw")
|
|
theme_override_styles/hover_pressed_mirrored = SubResource("StyleBoxEmpty_lt1pw")
|
|
theme_override_styles/hover_pressed = SubResource("StyleBoxEmpty_lt1pw")
|
|
theme_override_styles/hover_mirrored = SubResource("StyleBoxEmpty_lt1pw")
|
|
theme_override_styles/hover = SubResource("StyleBoxEmpty_lt1pw")
|
|
theme_override_styles/pressed_mirrored = SubResource("StyleBoxEmpty_lt1pw")
|
|
theme_override_styles/pressed = SubResource("StyleBoxEmpty_lt1pw")
|
|
theme_override_styles/normal_mirrored = SubResource("StyleBoxEmpty_lt1pw")
|
|
theme_override_styles/normal = SubResource("StyleBoxEmpty_lt1pw")
|
|
button_mask = 0
|
|
flat = true
|
|
alignment = 0
|
|
script = ExtResource("1_yttxt")
|
|
|
|
[node name="HBox" type="HBoxContainer" parent="."]
|
|
custom_minimum_size = Vector2(100, 60)
|
|
layout_mode = 0
|
|
offset_right = 1700.0
|
|
offset_bottom = 100.0
|
|
|
|
[node name="ReferenceRect" type="ReferenceRect" parent="HBox"]
|
|
custom_minimum_size = Vector2(100, 0)
|
|
layout_mode = 2
|
|
|
|
[node name="ItemTexture" type="TextureRect" parent="HBox"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
texture = ExtResource("2_7kdbd")
|
|
expand_mode = 2
|
|
|
|
[node name="ReferenceRect2" type="ReferenceRect" parent="HBox"]
|
|
custom_minimum_size = Vector2(40, 0)
|
|
layout_mode = 2
|
|
|
|
[node name="ItemName" type="Label" parent="HBox"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(550, 50)
|
|
layout_mode = 2
|
|
text = "Mask of the Goddess of Destruction"
|
|
label_settings = ExtResource("3_rf22b")
|
|
vertical_alignment = 1
|
|
script = ExtResource("3_xlgl0")
|
|
|
|
[node name="ItemCount" type="Label" parent="HBox"]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 2
|
|
text = "x99"
|
|
label_settings = ExtResource("3_rf22b")
|