Files
Decked-Out-Defense/Scenes/item_container.tscn
2026-01-28 13:42:26 +11:00

22 lines
868 B
Plaintext

[gd_scene format=3 uid="uid://8d452unjpoiu"]
[ext_resource type="Script" uid="uid://do24iuot0j7d7" path="res://Scripts/inventory.gd" id="1_6ftnx"]
[sub_resource type="BoxShape3D" id="BoxShape3D_lscco"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_b3jqa"]
albedo_color = Color(0.509804, 0.505882, 0, 1)
[node name="ItemContainer" type="StaticBody3D" unique_id=1917739256]
[node name="Inventory" type="Node" parent="." unique_id=1822580678]
script = ExtResource("1_6ftnx")
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=380640726]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
shape = SubResource("BoxShape3D_lscco")
[node name="CSGBox3D" type="CSGBox3D" parent="." unique_id=1992274411]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
material = SubResource("StandardMaterial3D_b3jqa")