added a small storage contianer, fixed the damn item slot (i relly think they are done now)

This commit is contained in:
2026-06-05 22:42:20 -05:00
parent 0d39c2dfb4
commit 726f5052ac
11 changed files with 1721 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
[gd_resource type="Resource" script_class="ItemData" format=3 uid="uid://dnwl7sso3ek8u"]
[ext_resource type="Script" uid="uid://cjb16s8q73wkx" path="res://GameShit/PlayerController/Hotbar/ItemData.gd" id="1_rooc4"]
[ext_resource type="Texture2D" uid="uid://ck08pmfd6u0nn" path="res://Assets/textures/small_storage_container.png" id="2_3lq87"]
[resource]
script = ExtResource("1_rooc4")
Name = "Small Storage Container"
ID = "base:small_storage_container"
texture = ExtResource("2_3lq87")
metadata/_custom_type_script = "uid://cjb16s8q73wkx"