14 lines
440 B
Plaintext
14 lines
440 B
Plaintext
|
[gd_resource type="Resource" script_class="InventoryItem" load_steps=3 format=3 uid="uid://nrpcuqveh7io"]
|
||
|
|
||
|
[ext_resource type="Texture2D" uid="uid://cb6qv3c0iojfl" path="res://icon.svg" id="1_u477x"]
|
||
|
[ext_resource type="Script" path="res://src/lib/inventory_item.gd" id="3_fe16f"]
|
||
|
|
||
|
[resource]
|
||
|
script = ExtResource("3_fe16f")
|
||
|
icon = ExtResource("1_u477x")
|
||
|
name = "Coin Flower"
|
||
|
id = &"coin_flower"
|
||
|
stackable = false
|
||
|
stack_limit = 8
|
||
|
count = 0
|