mirror of
https://github.com/D4M13N-D3V/godot_grid_inventory.git
synced 2025-03-14 08:14:55 +00:00
14 lines
460 B
Plaintext
14 lines
460 B
Plaintext
![]() |
[gd_resource type="Resource" script_class="ItemConfiguration" load_steps=2 format=3 uid="uid://cvy3nwmcgx5le"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://grid_inventory_system/scripts/ItemConfiguration.gd" id="1_jvmcf"]
|
||
|
|
||
|
[resource]
|
||
|
script = ExtResource("1_jvmcf")
|
||
|
item_id = "item"
|
||
|
item_name = "Item Name"
|
||
|
item_description = "This is the default item description."
|
||
|
item_size = Vector2(3, 3)
|
||
|
item_usable = false
|
||
|
item_equipment = false
|
||
|
item_equipment_slot = "NONE"
|