14 lines
457 B
Plaintext
14 lines
457 B
Plaintext
[gd_resource type="Resource" script_class="InventoryItem" load_steps=3 format=3 uid="uid://nrpcuqveh7io"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dw3x3h3f34sy3" path="res://assets/coin_flower.png" id="1_vrj0d"]
|
|
[ext_resource type="Script" path="res://src/lib/inventory_item.gd" id="3_fe16f"]
|
|
|
|
[resource]
|
|
script = ExtResource("3_fe16f")
|
|
icon = ExtResource("1_vrj0d")
|
|
name = "Coin Flower"
|
|
id = &"coin_flower"
|
|
stackable = true
|
|
stack_limit = 9
|
|
sells_for = 2
|