20 lines
595 B
Plaintext
20 lines
595 B
Plaintext
[gd_resource type="Resource" load_steps=4 format=3 uid="uid://c65l1w3756rlu"]
|
|
|
|
[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_npnns"]
|
|
|
|
[sub_resource type="AtlasTexture" id="1"]
|
|
atlas = ExtResource("2_npnns")
|
|
region = Rect2(12, 24, 24, 12)
|
|
|
|
[resource]
|
|
script = ExtResource("2")
|
|
name = "arrows"
|
|
description = "desc_arrows"
|
|
max_stack_count = 20
|
|
in_inventory_width = 2
|
|
in_inventory_height = 1
|
|
texture = SubResource("1")
|
|
slot_flags = 5
|
|
default_properties = {}
|