20 lines
734 B
Plaintext
20 lines
734 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://cquc6kpasvo7r"]
|
|
|
|
[ext_resource type="Script" uid="uid://cvwx472s1l0wh" path="res://ui/inventory/inventory.gd" id="1_s83yu"]
|
|
[ext_resource type="Texture2D" uid="uid://de6072727efes" path="res://ui/inventory/inventory-tile.png" id="2_qse2j"]
|
|
|
|
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_f8i2h"]
|
|
texture = ExtResource("2_qse2j")
|
|
0:0/0 = 0
|
|
|
|
[sub_resource type="TileSet" id="TileSet_70ao8"]
|
|
sources/0 = SubResource("TileSetAtlasSource_f8i2h")
|
|
|
|
[node name="Inventory" type="Node2D" groups=["inventory"]]
|
|
z_index = -1
|
|
script = ExtResource("1_s83yu")
|
|
|
|
[node name="InventoryTiles" type="TileMapLayer" parent="."]
|
|
unique_name_in_owner = true
|
|
tile_set = SubResource("TileSet_70ao8")
|