mirror of
https://github.com/D4M13N-D3V/godot_grid_inventory.git
synced 2025-03-14 08:14:55 +00:00
13 lines
411 B
Plaintext
13 lines
411 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cc8f5p1w5xdyx"]
|
|
|
|
[ext_resource type="Script" path="res://debug.cs" id="1_al802"]
|
|
[ext_resource type="Script" path="res://Code/InventoryController.cs" id="2_0yu34"]
|
|
|
|
[node name="UI" type="CanvasLayer"]
|
|
|
|
[node name="Debug" type="Node" parent="."]
|
|
script = ExtResource("1_al802")
|
|
|
|
[node name="Inventory Controller" type="Node" parent="."]
|
|
script = ExtResource("2_0yu34")
|