added chest and chest spawners but they don't always show up?

This commit is contained in:
Derek
2025-03-02 22:17:04 -06:00
parent dc7ecf83ee
commit ea68629594
71 changed files with 3127 additions and 98 deletions

20
assets/chest_spawner.tscn Normal file
View File

@@ -0,0 +1,20 @@
[gd_scene load_steps=4 format=3 uid="uid://db7xqf12sayj0"]
[sub_resource type="BoxMesh" id="BoxMesh_nbeyo"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_3gsvj"]
[sub_resource type="CylinderMesh" id="CylinderMesh_cbsxv"]
top_radius = 0.1
bottom_radius = 0.1
height = 1.0
[node name="ChestSpawner" type="Node3D" groups=["chest_spawner"]]
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_nbeyo")
surface_material_override/0 = SubResource("StandardMaterial3D_3gsvj")
[node name="MeshInstance3D2" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 1.01635)
mesh = SubResource("CylinderMesh_cbsxv")