1
0
Files
godot4inventorysystem/Items/ItemData/itemGoo_resource.tres
FoxSpellCaster 99bea1a1f0 Initial commit
2025-04-16 18:12:10 -04:00

12 lines
460 B
Plaintext

[gd_resource type="Resource" script_class="Item" load_steps=3 format=3 uid="uid://bn62yixvjt8qa"]
[ext_resource type="Script" uid="uid://c077ak2rge5iv" path="res://item.gd" id="1_fokvi"]
[ext_resource type="Texture2D" uid="uid://dkvupub4psbja" path="res://Items/Icons/Goo.png" id="1_rxo6g"]
[resource]
script = ExtResource("1_fokvi")
display_name = "Goo"
icon = ExtResource("1_rxo6g")
max_stack_size = 12
metadata/_custom_type_script = "uid://c077ak2rge5iv"