Files
Babushka/resources/items/wateringcan.tres
T

17 lines
701 B
Plaintext
Raw Normal View History

[gd_resource type="Resource" script_class="ItemResource" load_steps=4 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"]
[ext_resource type="Texture2D" uid="uid://x8hr8287ff2n" path="res://art/farm/farming/farmobjekte/tools atlas.png" id="1_roi0v"]
[sub_resource type="AtlasTexture" id="AtlasTexture_tqw18"]
atlas = ExtResource("1_roi0v")
region = Rect2(-4, 1137, 428, 283)
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)
icon = SubResource("AtlasTexture_tqw18")
2025-04-17 03:24:31 +02:00
maxStack = 1
2025-03-25 19:39:00 +01:00
metadata/_custom_type_script = "uid://cbskymrxs6ksu"