mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
19 lines
597 B
Text
19 lines
597 B
Text
[gd_resource type="Resource" load_steps=4 format=3 uid="uid://csj85mouew67r"]
|
|
|
|
[ext_resource type="Script" path="res://example/Items/item_type.gd" id="2"]
|
|
[ext_resource type="Texture2D" uid="uid://dwi4ioxeauoc4" path="res://example/Items/item_icons/items.png" id="2_vvaq3"]
|
|
|
|
[sub_resource type="AtlasTexture" id="1"]
|
|
atlas = ExtResource("2_vvaq3")
|
|
region = Rect2(84, 24, 12, 12)
|
|
|
|
[resource]
|
|
script = ExtResource("2")
|
|
name = "feather"
|
|
description = "desc_feather"
|
|
max_stack_count = 20
|
|
in_inventory_width = 1
|
|
in_inventory_height = 1
|
|
texture = SubResource("1")
|
|
slot_flags = 8
|
|
default_properties = {}
|