Enable stage collisions

This commit is contained in:
Steven Long
2023-09-07 22:06:54 -07:00
parent 833ad3209e
commit 8e363587b9
21 changed files with 1927 additions and 179 deletions

File diff suppressed because one or more lines are too long

View File

@@ -242,6 +242,7 @@ mesh = SubResource("ArrayMesh_ax0e3")
skeleton = NodePath("")
[node name="StaticBody3D" type="StaticBody3D" parent="Cube"]
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cube/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_n4ppe")
@@ -252,6 +253,7 @@ mesh = SubResource("ArrayMesh_ax0e3")
skeleton = NodePath("")
[node name="StaticBody3D" type="StaticBody3D" parent="Cube001"]
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cube001/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_p6urk")
@@ -262,6 +264,7 @@ mesh = SubResource("ArrayMesh_ax0e3")
skeleton = NodePath("")
[node name="StaticBody3D" type="StaticBody3D" parent="Cube002"]
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cube002/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_3rkdw")
@@ -272,6 +275,7 @@ mesh = SubResource("ArrayMesh_ax0e3")
skeleton = NodePath("")
[node name="StaticBody3D" type="StaticBody3D" parent="Cube003"]
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cube003/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_5khc7")
@@ -282,6 +286,7 @@ mesh = SubResource("ArrayMesh_ax0e3")
skeleton = NodePath("")
[node name="StaticBody3D" type="StaticBody3D" parent="Cube004"]
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cube004/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_k2g0d")
@@ -292,6 +297,7 @@ mesh = SubResource("ArrayMesh_ax0e3")
skeleton = NodePath("")
[node name="StaticBody3D" type="StaticBody3D" parent="Cube005"]
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cube005/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_vw8g1")
@@ -302,6 +308,7 @@ mesh = SubResource("ArrayMesh_ax0e3")
skeleton = NodePath("")
[node name="StaticBody3D" type="StaticBody3D" parent="Cube006"]
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cube006/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_6e8l7")
@@ -312,6 +319,7 @@ mesh = SubResource("ArrayMesh_ax0e3")
skeleton = NodePath("")
[node name="StaticBody3D" type="StaticBody3D" parent="Cube007"]
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cube007/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_4ni2g")
@@ -322,6 +330,7 @@ mesh = SubResource("ArrayMesh_ax0e3")
skeleton = NodePath("")
[node name="StaticBody3D" type="StaticBody3D" parent="Cube008"]
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cube008/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_xdvgw")
@@ -332,6 +341,7 @@ mesh = SubResource("ArrayMesh_ax0e3")
skeleton = NodePath("")
[node name="StaticBody3D" type="StaticBody3D" parent="Cube009"]
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cube009/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_qowwq")
@@ -342,6 +352,7 @@ mesh = SubResource("ArrayMesh_ax0e3")
skeleton = NodePath("")
[node name="StaticBody3D" type="StaticBody3D" parent="Cube010"]
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cube010/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_pb0yq")
@@ -352,6 +363,7 @@ mesh = SubResource("ArrayMesh_ax0e3")
skeleton = NodePath("")
[node name="StaticBody3D" type="StaticBody3D" parent="Cube011"]
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cube011/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_1lvcs")
@@ -362,6 +374,7 @@ mesh = SubResource("ArrayMesh_ax0e3")
skeleton = NodePath("")
[node name="StaticBody3D" type="StaticBody3D" parent="Cube012"]
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cube012/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_er4ir")
@@ -372,6 +385,7 @@ mesh = SubResource("ArrayMesh_ax0e3")
skeleton = NodePath("")
[node name="StaticBody3D" type="StaticBody3D" parent="Cube013"]
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cube013/StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_66hl2")

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long