13 lines
443 B
Plaintext
13 lines
443 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://bwui4acukq4x6"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://ui/item_grid.gd" id="1_c5mg2"]
|
||
|
[ext_resource type="PackedScene" uid="uid://dp3fi0g53qrt2" path="res://ui/item_slot.tscn" id="2_o52f5"]
|
||
|
|
||
|
[node name="ItemGrid" type="GridContainer"]
|
||
|
columns = 9
|
||
|
script = ExtResource("1_c5mg2")
|
||
|
slot_scene = ExtResource("2_o52f5")
|
||
|
|
||
|
[node name="ItemSlot" parent="." instance=ExtResource("2_o52f5")]
|
||
|
layout_mode = 2
|