Files

13 lines
554 B
Plaintext
Raw Permalink Normal View History

2025-05-20 19:48:49 +02:00
[gd_resource type="Resource" script_class="ItemResource" load_steps=3 format=3 uid="uid://cndd64batns31"]
2025-03-25 19:39:00 +01:00
[ext_resource type="Script" uid="uid://cbskymrxs6ksu" path="res://scripts/CSharp/Common/Inventory/ItemResource.cs" id="1_8k5aa"]
2025-05-20 19:48:49 +02:00
[ext_resource type="Texture2D" uid="uid://bh7oo5mypstyp" path="res://art/ui/UI/icons/icon-watercan.png" id="1_roi0v"]
2025-03-25 19:39:00 +01:00
[resource]
script = ExtResource("1_8k5aa")
2025-05-20 19:48:49 +02:00
name = "Can"
2025-03-25 19:39:00 +01:00
color = Color(0.336269, 0.489145, 0.825324, 1)
2025-05-20 19:48:49 +02:00
icon = ExtResource("1_roi0v")
2025-04-17 03:24:31 +02:00
maxStack = 1
2025-03-25 19:39:00 +01:00
metadata/_custom_type_script = "uid://cbskymrxs6ksu"