|
|
@ -1,8 +1,9 @@ |
|
|
|
[gd_scene load_steps=6 format=3 uid="uid://cbiygbgpfk220"] |
|
|
|
[gd_scene load_steps=7 format=3 uid="uid://cbiygbgpfk220"] |
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://bcq6vexsmyeol" path="res://scenes/ui/quick_slots.gd" id="1_cqw2g"] |
|
|
|
[ext_resource type="Texture2D" uid="uid://li36txj7oweq" path="res://assets/textures/dirt.png" id="2_kotkb"] |
|
|
|
[ext_resource type="Texture2D" uid="uid://ct1iawpfkdf5l" path="res://assets/textures/stone.png" id="3_cqw2g"] |
|
|
|
[ext_resource type="Texture2D" uid="uid://bgo4mb3atmbot" path="res://assets/textures/grass.png" id="3_yyyxx"] |
|
|
|
[ext_resource type="Texture2D" uid="uid://0mw651622h01" path="res://assets/textures/wood.png" id="4_yyyxx"] |
|
|
|
[ext_resource type="Texture2D" uid="uid://goygbpyqhych" path="res://assets/textures/leaves.png" id="5_ps55n"] |
|
|
|
|
|
|
@ -27,7 +28,7 @@ script = ExtResource("1_cqw2g") |
|
|
|
layout_mode = 2 |
|
|
|
theme_override_constants/h_separation = 8 |
|
|
|
theme_override_constants/v_separation = 8 |
|
|
|
columns = 4 |
|
|
|
columns = 5 |
|
|
|
|
|
|
|
[node name="Slot0" type="Panel" parent="GridContainer"] |
|
|
|
custom_minimum_size = Vector2(64, 64) |
|
|
@ -69,13 +70,34 @@ theme_override_constants/margin_bottom = 4 |
|
|
|
[node name="TextureRect" type="TextureRect" parent="GridContainer/Slot1/MarginContainer"] |
|
|
|
texture_filter = 1 |
|
|
|
layout_mode = 2 |
|
|
|
texture = ExtResource("3_yyyxx") |
|
|
|
|
|
|
|
[node name="Slot3" type="Panel" parent="GridContainer"] |
|
|
|
custom_minimum_size = Vector2(64, 64) |
|
|
|
layout_mode = 2 |
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="GridContainer/Slot3"] |
|
|
|
layout_mode = 1 |
|
|
|
anchors_preset = 15 |
|
|
|
anchor_right = 1.0 |
|
|
|
anchor_bottom = 1.0 |
|
|
|
grow_horizontal = 2 |
|
|
|
grow_vertical = 2 |
|
|
|
theme_override_constants/margin_left = 4 |
|
|
|
theme_override_constants/margin_top = 4 |
|
|
|
theme_override_constants/margin_right = 4 |
|
|
|
theme_override_constants/margin_bottom = 4 |
|
|
|
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="GridContainer/Slot3/MarginContainer"] |
|
|
|
texture_filter = 1 |
|
|
|
layout_mode = 2 |
|
|
|
texture = ExtResource("3_cqw2g") |
|
|
|
|
|
|
|
[node name="Slot2" type="Panel" parent="GridContainer"] |
|
|
|
[node name="Slot4" type="Panel" parent="GridContainer"] |
|
|
|
custom_minimum_size = Vector2(64, 64) |
|
|
|
layout_mode = 2 |
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="GridContainer/Slot2"] |
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="GridContainer/Slot4"] |
|
|
|
layout_mode = 1 |
|
|
|
anchors_preset = 15 |
|
|
|
anchor_right = 1.0 |
|
|
@ -87,16 +109,16 @@ theme_override_constants/margin_top = 4 |
|
|
|
theme_override_constants/margin_right = 4 |
|
|
|
theme_override_constants/margin_bottom = 4 |
|
|
|
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="GridContainer/Slot2/MarginContainer"] |
|
|
|
[node name="TextureRect" type="TextureRect" parent="GridContainer/Slot4/MarginContainer"] |
|
|
|
texture_filter = 1 |
|
|
|
layout_mode = 2 |
|
|
|
texture = ExtResource("4_yyyxx") |
|
|
|
|
|
|
|
[node name="Slot3" type="Panel" parent="GridContainer"] |
|
|
|
[node name="Slot5" type="Panel" parent="GridContainer"] |
|
|
|
custom_minimum_size = Vector2(64, 64) |
|
|
|
layout_mode = 2 |
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="GridContainer/Slot3"] |
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="GridContainer/Slot5"] |
|
|
|
layout_mode = 1 |
|
|
|
anchors_preset = 15 |
|
|
|
anchor_right = 1.0 |
|
|
@ -108,7 +130,7 @@ theme_override_constants/margin_top = 4 |
|
|
|
theme_override_constants/margin_right = 4 |
|
|
|
theme_override_constants/margin_bottom = 4 |
|
|
|
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="GridContainer/Slot3/MarginContainer"] |
|
|
|
[node name="TextureRect" type="TextureRect" parent="GridContainer/Slot5/MarginContainer"] |
|
|
|
texture_filter = 1 |
|
|
|
layout_mode = 2 |
|
|
|
texture = ExtResource("5_ps55n") |