Add inventory system

This commit is contained in:
2025-01-05 12:05:55 -06:00
parent 750719ff88
commit e74878eb80
25 changed files with 247 additions and 46 deletions

View File

@@ -0,0 +1,13 @@
[gd_scene load_steps=3 format=3 uid="uid://dlwauw7qvyxnn"]
[sub_resource type="BoxShape3D" id="BoxShape3D_qpmw6"]
[sub_resource type="BoxMesh" id="BoxMesh_lddii"]
[node name="TestCube" type="StaticBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_qpmw6")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_lddii")