2025-02-13 03:51:57 +00:00
|
|
|
[gd_resource type="Resource" script_class="InventoryItem" load_steps=3 format=3 uid="uid://nrpcuqveh7io"]
|
|
|
|
|
2025-02-13 06:58:21 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://dw3x3h3f34sy3" path="res://assets/coin_flower.png" id="1_vrj0d"]
|
2025-02-13 03:51:57 +00:00
|
|
|
[ext_resource type="Script" path="res://src/lib/inventory_item.gd" id="3_fe16f"]
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
script = ExtResource("3_fe16f")
|
2025-02-13 06:58:21 +00:00
|
|
|
icon = ExtResource("1_vrj0d")
|
2025-02-13 03:51:57 +00:00
|
|
|
name = "Coin Flower"
|
|
|
|
id = &"coin_flower"
|
2025-02-13 08:23:31 +00:00
|
|
|
stackable = true
|
2025-02-13 13:21:45 +00:00
|
|
|
stack_limit = 9
|
2025-02-13 16:11:57 +00:00
|
|
|
sells_for = 2
|