added a small storage contianer, fixed the damn item slot (i relly think they are done now)
This commit is contained in:
11
GameShit/ItemHandlers/base/small_storage_container.tres
Normal file
11
GameShit/ItemHandlers/base/small_storage_container.tres
Normal 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"
|
||||
Reference in New Issue
Block a user