tools separated in inv

This commit is contained in:
Altaezio
2026-02-15 19:32:21 +01:00
parent f1acb6e3e9
commit fadf0cb769
13 changed files with 171 additions and 80 deletions

View File

@@ -1,9 +1,10 @@
[gd_scene load_steps=3 format=3 uid="uid://clicjf8ts51h8"]
[gd_scene format=3 uid="uid://clicjf8ts51h8"]
[ext_resource type="Script" uid="uid://dplbbs2dlq308" path="res://gui/game/inventory_gui/scripts/inventory_gui.gd" id="1_himlj"]
[ext_resource type="PackedScene" uid="uid://dadihouw8o3jx" path="res://gui/game/inventory_gui/inventory_item/inventory_gui_item.tscn" id="2_0vvyy"]
[ext_resource type="Texture2D" uid="uid://dw80a4c5iekir" path="res://common/icons/bar.png" id="3_hqvrf"]
[node name="Inventory" type="HBoxContainer"]
[node name="Inventory" type="HBoxContainer" unique_id=1144799110 node_paths=PackedStringArray("bar")]
custom_minimum_size = Vector2(48, 48)
offset_right = 156.0
offset_bottom = 153.0
@@ -11,3 +12,8 @@ size_flags_horizontal = 0
size_flags_vertical = 0
script = ExtResource("1_himlj")
inventory_item_scene = ExtResource("2_0vvyy")
bar = NodePath("Bar")
[node name="Bar" type="TextureRect" parent="." unique_id=60027067]
layout_mode = 2
texture = ExtResource("3_hqvrf")