mirror of
https://github.com/D4M13N-D3V/godot_grid_inventory.git
synced 2025-03-14 08:14:55 +00:00
15 lines
498 B
Plaintext
15 lines
498 B
Plaintext
[gd_resource type="Resource" script_class="ItemConfiguration" load_steps=3 format=3 uid="uid://c8ge77yvt0q84"]
|
|
|
|
[ext_resource type="Script" path="res://Code/Items/ItemConfiguration.cs" id="1_8ae1i"]
|
|
[ext_resource type="Texture2D" uid="uid://bj3tjdbw5xdlj" path="res://icon.svg" id="1_arnqm"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_8ae1i")
|
|
Id = "item_small"
|
|
Name = "Item Small"
|
|
Description = "A small item."
|
|
Size = Vector2(3, 3)
|
|
Texture = ExtResource("1_arnqm")
|
|
Actions = 0
|
|
Slots = PackedStringArray()
|