Inventory resource rework and slot aspect fix
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user