diff --git a/prefabs/UI/Inventory/Inventory.tscn b/prefabs/UI/Inventory/Inventory.tscn index e6afb72..e7e6fd2 100644 --- a/prefabs/UI/Inventory/Inventory.tscn +++ b/prefabs/UI/Inventory/Inventory.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=11 format=3 uid="uid://cgjc4wurbgimy"] +[gd_scene load_steps=12 format=3 uid="uid://cgjc4wurbgimy"] [ext_resource type="Script" uid="uid://hg7jay2kt441" path="res://scripts/CSharp/Common/Inventory/InventoryUi.cs" id="1_6wusm"] [ext_resource type="Script" uid="uid://cvkw4qd2hxksi" path="res://scripts/GdScript/dialogic_toggle.gd" id="1_l3npx"] @@ -11,6 +11,9 @@ [ext_resource type="PackedScene" uid="uid://2q1n6g2kj5er" path="res://prefabs/UI/Quest/QuestLog.tscn" id="7_vvo7l"] [ext_resource type="Texture2D" uid="uid://qwia360i1ir1" path="res://art/ui/UI/inventory_active.png" id="8_df8i8"] +[sub_resource type="LabelSettings" id="LabelSettings_l3npx"] +font_size = 50 + [node name="CanvasLayer" type="CanvasLayer"] layer = 90 @@ -455,6 +458,22 @@ offset_bottom = 100.0 texture = ExtResource("8_df8i8") expand_mode = 1 +[node name="Label" type="Label" parent="Inventory/SlotsContainer/SlotsMover"] +layout_mode = 1 +anchors_preset = 6 +anchor_left = 1.0 +anchor_top = 0.5 +anchor_right = 1.0 +anchor_bottom = 0.5 +offset_left = 14.4142 +offset_top = 184.286 +offset_right = 54.4142 +offset_bottom = 207.286 +grow_horizontal = 0 +grow_vertical = 2 +text = "[I]" +label_settings = SubResource("LabelSettings_l3npx") + [node name="QuestLogRoot" parent="." instance=ExtResource("7_vvo7l")] [node name="Control" type="Control" parent="."]