|
@ -4,6 +4,7 @@ |
|
|
[ext_resource type="Script" uid="uid://cknl6i0jce5jr" path="res://scenes/ui/inventory/item_rect.gd" id="1_oderi"] |
|
|
[ext_resource type="Script" uid="uid://cknl6i0jce5jr" path="res://scenes/ui/inventory/item_rect.gd" id="1_oderi"] |
|
|
|
|
|
|
|
|
[node name="ItemRect" type="Panel"] |
|
|
[node name="ItemRect" type="Panel"] |
|
|
|
|
|
custom_minimum_size = Vector2(128, 128) |
|
|
anchors_preset = -1 |
|
|
anchors_preset = -1 |
|
|
anchor_right = 0.111111 |
|
|
anchor_right = 0.111111 |
|
|
anchor_bottom = 0.197531 |
|
|
anchor_bottom = 0.197531 |
|
@ -13,13 +14,11 @@ script = ExtResource("1_oderi") |
|
|
metadata/_edit_use_anchors_ = true |
|
|
metadata/_edit_use_anchors_ = true |
|
|
|
|
|
|
|
|
[node name="ItemTexture" type="TextureRect" parent="."] |
|
|
[node name="ItemTexture" type="TextureRect" parent="."] |
|
|
|
|
|
texture_filter = 1 |
|
|
custom_minimum_size = Vector2(64, 64) |
|
|
custom_minimum_size = Vector2(64, 64) |
|
|
layout_mode = 1 |
|
|
|
|
|
anchors_preset = 15 |
|
|
|
|
|
anchor_right = 1.0 |
|
|
|
|
|
anchor_bottom = 1.0 |
|
|
|
|
|
grow_horizontal = 2 |
|
|
|
|
|
grow_vertical = 2 |
|
|
|
|
|
|
|
|
layout_mode = 0 |
|
|
|
|
|
offset_right = 128.0 |
|
|
|
|
|
offset_bottom = 128.0 |
|
|
texture = ExtResource("1_o0kom") |
|
|
texture = ExtResource("1_o0kom") |
|
|
stretch_mode = 4 |
|
|
stretch_mode = 4 |
|
|
|
|
|
|
|
|