mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 09:43:47 +00:00
Tabbed inventory
This commit is contained in:
parent
c81a92679b
commit
6d7282f5cb
214 changed files with 9329 additions and 186 deletions
19
example/Items/items/coin_gold.tres
Normal file
19
example/Items/items/coin_gold.tres
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_resource type="Resource" load_steps=4 format=3 uid="uid://cqbrojgnmjvil"]
|
||||
|
||||
[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_lbcs7"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="1"]
|
||||
atlas = ExtResource("2_lbcs7")
|
||||
region = Rect2(0, 0, 12, 12)
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2")
|
||||
name = "coin_gold"
|
||||
description = "desc_coin_gold"
|
||||
max_stack_count = 100
|
||||
in_inventory_width = 1
|
||||
in_inventory_height = 1
|
||||
texture = SubResource("1")
|
||||
slot_flags = 6
|
||||
default_properties = {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue