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/test.tres

17 lines
717 B

[gd_resource type="Resource" script_class="ItemResource" load_steps=4 format=3 uid="uid://ocmg3fxkxugq"]
[ext_resource type="Texture2D" uid="uid://cnwd3mb3jnuxm" path="res://art/farm/farming/farmobjekte/tomaten/teen adulte tomaten.png" id="1_bqfcn"]
[ext_resource type="Script" uid="uid://cbskymrxs6ksu" path="res://scripts/CSharp/Common/Inventory/ItemResource.cs" id="2_sjbrh"]
[sub_resource type="AtlasTexture" id="AtlasTexture_i5wdx"]
atlas = ExtResource("1_bqfcn")
region = Rect2(418, 854, 630, 794)
[resource]
script = ExtResource("2_sjbrh")
name = "Hoe"
color = Color(0.751421, 0.329615, 0.570911, 1)
icon = SubResource("AtlasTexture_i5wdx")
maxStack = 1
metadata/_custom_type_script = "uid://cbskymrxs6ksu"