mirror of
https://github.com/D4M13N-D3V/godot_grid_inventory.git
synced 2025-03-14 08:14:55 +00:00
19 lines
668 B
Plaintext
19 lines
668 B
Plaintext
[gd_resource type="Resource" script_class="ItemConfiguration" load_steps=3 format=3 uid="uid://bu1t7ogoct2pm"]
|
|
|
|
[ext_resource type="Script" path="res://grid_inventory_system/scripts/ItemConfiguration.gd" id="1_f4bsa"]
|
|
[ext_resource type="Texture2D" uid="uid://bdfcmsyry3sg3" path="res://grid_inventory_system/debug/shirt.png" id="1_gmlai"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_f4bsa")
|
|
item_id = "shirt"
|
|
item_name = "Shirt"
|
|
item_description = "This is a shirt"
|
|
item_size = Vector2(256, 256)
|
|
item_usable = false
|
|
item_openable = false
|
|
item_droppable = false
|
|
item_destroyable = false
|
|
item_equipment = true
|
|
item_equipment_slot = "BODY"
|
|
item_texture = ExtResource("1_gmlai")
|