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.
Babushka/resources/items/scythe.tres

17 lines
702 B

[gd_resource type="Resource" script_class="ItemResource" load_steps=4 format=3 uid="uid://datee0flk1e84"]
[ext_resource type="Texture2D" uid="uid://x8hr8287ff2n" path="res://art/farm/farming/farmobjekte/tools atlas.png" id="1_6rw6x"]
[ext_resource type="Script" uid="uid://cbskymrxs6ksu" path="res://scripts/CSharp/Common/Inventory/ItemResource.cs" id="2_mfb7x"]
[sub_resource type="AtlasTexture" id="AtlasTexture_3wroj"]
atlas = ExtResource("1_6rw6x")
region = Rect2(1049, 0, 550, 1332)
[resource]
script = ExtResource("2_mfb7x")
name = "rake"
color = Color(0.589014, 0.823353, 0.998475, 1)
icon = SubResource("AtlasTexture_3wroj")
maxStack = 1
metadata/_custom_type_script = "uid://cbskymrxs6ksu"