You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
552 B
13 lines
552 B
[gd_resource type="Resource" script_class="ItemResource" load_steps=3 format=3 uid="uid://c5yg3lx756v4v"]
|
|
|
|
[ext_resource type="Script" uid="uid://cbskymrxs6ksu" path="res://scripts/CSharp/Common/Inventory/ItemResource.cs" id="1_06nef"]
|
|
[ext_resource type="Texture2D" uid="uid://cfxibry711o16" path="res://art/ui/UI/icons/icon-scythe.png" id="1_jd58x"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_06nef")
|
|
name = "Hoe"
|
|
color = Color(0.751421, 0.329615, 0.570911, 1)
|
|
icon = ExtResource("1_jd58x")
|
|
maxStack = 1
|
|
metadata/_custom_type_script = "uid://cbskymrxs6ksu"
|