|
5 | 5 | [ext_resource type="PackedScene" uid="uid://1mjm4atk2j6e" path="res://scenes/ui_elements/story_quest_progress/components/item_slot/item_slot.tscn" id="3_mwl7j"] |
6 | 6 |
|
7 | 7 | [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_hqnrr"] |
| 8 | +content_margin_top = 32.0 |
| 9 | +content_margin_right = 48.0 |
8 | 10 | texture = ExtResource("1_cikk2") |
9 | | -texture_margin_left = 65.0 |
10 | | -texture_margin_top = 65.0 |
11 | | -texture_margin_right = 65.0 |
12 | | -texture_margin_bottom = 65.0 |
| 11 | +texture_margin_left = 64.0 |
| 12 | +texture_margin_top = 64.0 |
| 13 | +texture_margin_right = 64.0 |
| 14 | +texture_margin_bottom = 64.0 |
| 15 | +expand_margin_top = 32.0 |
| 16 | +expand_margin_right = 16.0 |
13 | 17 | axis_stretch_horizontal = 1 |
14 | 18 | axis_stretch_vertical = 1 |
15 | 19 |
|
16 | 20 | [node name="StoryQuestProgress" type="PanelContainer"] |
17 | 21 | anchors_preset = 1 |
18 | 22 | anchor_left = 1.0 |
19 | 23 | anchor_right = 1.0 |
20 | | -offset_left = -372.0 |
21 | | -offset_bottom = 208.0 |
| 24 | +offset_left = -216.0 |
| 25 | +offset_bottom = 128.0 |
22 | 26 | grow_horizontal = 0 |
23 | 27 | theme_override_styles/panel = SubResource("StyleBoxTexture_hqnrr") |
24 | 28 | script = ExtResource("2_hvmtc") |
25 | 29 |
|
26 | 30 | [node name="ItemsContainer" type="HBoxContainer" parent="."] |
27 | 31 | unique_name_in_owner = true |
28 | 32 | layout_mode = 2 |
| 33 | +size_flags_horizontal = 4 |
| 34 | +size_flags_vertical = 4 |
29 | 35 |
|
30 | 36 | [node name="ItemSlot" parent="ItemsContainer" instance=ExtResource("3_mwl7j")] |
| 37 | +custom_minimum_size = Vector2(32, 32) |
31 | 38 | layout_mode = 2 |
| 39 | +expand_mode = 2 |
32 | 40 |
|
33 | 41 | [node name="ItemSlot2" parent="ItemsContainer" instance=ExtResource("3_mwl7j")] |
| 42 | +custom_minimum_size = Vector2(32, 32) |
34 | 43 | layout_mode = 2 |
| 44 | +expand_mode = 2 |
35 | 45 |
|
36 | 46 | [node name="ItemSlot3" parent="ItemsContainer" instance=ExtResource("3_mwl7j")] |
| 47 | +custom_minimum_size = Vector2(32, 32) |
37 | 48 | layout_mode = 2 |
| 49 | +expand_mode = 2 |
0 commit comments