|
@@ -17,12 +17,13 @@ points = PoolVector3Array( -0.7, 0, -0.7, -0.3, 0, 0.8, 0.8, 0, -0.3, 0, -1, 0 )
|
|
|
|
|
|
[sub_resource type="SphereShape" id=5]
|
|
|
|
|
|
-[sub_resource type="ConcavePolygonShape" id=6]
|
|
|
-data = PoolVector3Array( -1, 0, 1, 1, 0, -1, 1, 0, 1, -1, 0, 1, -1, 0, -1, 1, 0, -1 )
|
|
|
+[sub_resource type="PlaneShape" id=6]
|
|
|
|
|
|
[node name="Test" type="Spatial"]
|
|
|
script = ExtResource( 1 )
|
|
|
+_enable_debug_collision = false
|
|
|
spawns = [ "SpawnTarget1", "SpawnTarget2", "SpawnTarget3", "SpawnTarget4", "SpawnTarget5", "SpawnTarget6", "SpawnTarget7", "SpawnTarget8", "SpawnTarget9", "SpawnTarget10", "SpawnTarget11", "SpawnTarget12", "SpawnTarget13", "SpawnTarget14", "SpawnTarget15", "SpawnTarget16" ]
|
|
|
+spawn_count = 50
|
|
|
|
|
|
[node name="Options" parent="." instance=ExtResource( 4 )]
|
|
|
|
|
@@ -107,26 +108,26 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 8, 0, 0 )
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="DynamicShapes/RigidBodySphere"]
|
|
|
shape = SubResource( 5 )
|
|
|
|
|
|
+[node name="StaticScene" parent="." instance=ExtResource( 5 )]
|
|
|
+
|
|
|
[node name="StaticBodyWalls" type="StaticBody" parent="."]
|
|
|
|
|
|
[node name="CollisionShape1" type="CollisionShape" parent="StaticBodyWalls"]
|
|
|
-transform = Transform( -1.62921e-05, 1, 0, -100, -1.62921e-07, 0, 0, 0, 100, -5, 0, 0 )
|
|
|
+transform = Transform( -1.62921e-07, 1, 0, -1, -1.62921e-07, 0, 0, 0, 1, -50, 0, 0 )
|
|
|
shape = SubResource( 6 )
|
|
|
|
|
|
[node name="CollisionShape2" type="CollisionShape" parent="StaticBodyWalls"]
|
|
|
-transform = Transform( -1.62921e-05, -1, 0, 100, -1.62921e-07, 0, 0, 0, 100, 5, 0, 0 )
|
|
|
+transform = Transform( -1.62921e-07, -1, 0, 1, -1.62921e-07, 0, 0, 0, 1, 50, 0, 0 )
|
|
|
shape = SubResource( 6 )
|
|
|
|
|
|
[node name="CollisionShape3" type="CollisionShape" parent="StaticBodyWalls"]
|
|
|
-transform = Transform( 2.65431e-12, 1.62921e-07, 100, 100, -1.62921e-07, 0, 1.62921e-05, 1, -1.62921e-05, 0, 0, -5 )
|
|
|
+transform = Transform( 2.6543e-14, 1.62921e-07, 1, 1, -1.62921e-07, 1.56125e-19, 1.62921e-07, 1, -1.62921e-07, 0, 0, -50 )
|
|
|
shape = SubResource( 6 )
|
|
|
|
|
|
[node name="CollisionShape4" type="CollisionShape" parent="StaticBodyWalls"]
|
|
|
-transform = Transform( 2.65431e-12, 1.62921e-07, -100, 100, -1.62921e-07, 0, -1.62921e-05, -1, -1.62921e-05, 0, 0, 5 )
|
|
|
+transform = Transform( 2.6543e-14, 1.62921e-07, -1, 1, -1.62921e-07, -1.56125e-19, -1.62921e-07, -1, -1.62921e-07, 0, 0, 50 )
|
|
|
shape = SubResource( 6 )
|
|
|
|
|
|
-[node name="StaticScene" parent="." instance=ExtResource( 5 )]
|
|
|
-
|
|
|
[node name="Camera" type="Camera" parent="."]
|
|
|
transform = Transform( 1, 0, 0, 0, 0.881757, 0.471705, 0, -0.471705, 0.881757, 0, 20.4125, 41.0426 )
|
|
|
script = ExtResource( 3 )
|