14 lines
432 B
Plaintext
14 lines
432 B
Plaintext
[gd_resource type="Resource" script_class="InventoryItem" load_steps=3 format=3 uid="uid://dbxrlw5ggh67j"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cb6qv3c0iojfl" path="res://icon.svg" id="1_eakc4"]
|
|
[ext_resource type="Script" path="res://src/lib/inventory_item.gd" id="2_lrh23"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_lrh23")
|
|
icon = ExtResource("1_eakc4")
|
|
name = "Coin"
|
|
id = &"coin"
|
|
stackable = true
|
|
stack_limit = 100
|
|
sells_for = 1
|