My version of spawning…spawns too many survivors!
This commit is contained in:
parent
ecd79e66e3
commit
0b47cc7b38
8 changed files with 91 additions and 17 deletions
|
|
@ -14,6 +14,10 @@ size = Vector3(9.291687, 1, 1.9597168)
|
|||
|
||||
[node name="World" type="Node3D" unique_id=831374579]
|
||||
|
||||
[node name="Camera3D" parent="." unique_id=691202574 instance=ExtResource("1_f3sb7")]
|
||||
transform = Transform3D(-0.9999863, 0.005235964, 8.742278e-08, 0.005235964, 0.9999863, 0, -8.7421576e-08, 4.577425e-10, -1, 0.003270626, 2.9093587, -9.910637)
|
||||
fov = 90.0
|
||||
|
||||
[node name="Hall" type="Node3D" parent="." unique_id=2096979798]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.10000013, 0)
|
||||
|
||||
|
|
@ -29,35 +33,37 @@ transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 0, 0
|
|||
[node name="HallBlock0" parent="Hall" unique_id=1901572100 instance=ExtResource("1_tlwt5")]
|
||||
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 0, 0, -5.4)
|
||||
|
||||
[node name="Camera3D" parent="." unique_id=691202574 instance=ExtResource("1_f3sb7")]
|
||||
transform = Transform3D(-0.9999863, 0.005235964, 8.742278e-08, 0.005235964, 0.9999863, 0, -8.7421576e-08, 4.577425e-10, -1, 0.003270626, 2.9093587, -9.910637)
|
||||
fov = 90.0
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="." unique_id=133407620]
|
||||
[node name="Enemy Placeholder" type="StaticBody3D" parent="." unique_id=133407620]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.6470537, 0, 4.4912777)
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D" unique_id=996721213]
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="Enemy Placeholder" unique_id=996721213]
|
||||
transform = Transform3D(2.75, 0, 0, 0, 2.75, 0, 0, 0, 2.75, -2.6999998, 2.9387112, 3.8988447)
|
||||
mesh = SubResource("CapsuleMesh_tlwt5")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D" unique_id=1517735028]
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Enemy Placeholder" unique_id=1517735028]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.7, 1.048, 3.899)
|
||||
shape = SubResource("CapsuleShape3D_aqk2v")
|
||||
disabled = true
|
||||
|
||||
[node name="Elevator Doors" type="Node3D" parent="." unique_id=351419432]
|
||||
[node name="ElevatorDoors" type="Node3D" parent="." unique_id=351419432]
|
||||
|
||||
[node name="ElevatorSafeZone" type="Area3D" parent="Elevator Doors" unique_id=1186678129]
|
||||
[node name="ElevatorSafeZone" type="Area3D" parent="ElevatorDoors" unique_id=1186678129]
|
||||
unique_name_in_owner = true
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Elevator Doors/ElevatorSafeZone" unique_id=264489586]
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="ElevatorDoors/ElevatorSafeZone" unique_id=264489586]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.36001587, 2.5895514, -8.097411)
|
||||
shape = SubResource("BoxShape3D_k0juu")
|
||||
|
||||
[node name="DoorLeft" parent="Elevator Doors" unique_id=1751198646 instance=ExtResource("3_k0juu")]
|
||||
[node name="DoorLeft" parent="ElevatorDoors" unique_id=1751198646 instance=ExtResource("3_k0juu")]
|
||||
transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 4.5, 2.9909716, -8.27242)
|
||||
|
||||
[node name="DoorRight" parent="Elevator Doors" unique_id=551316937 instance=ExtResource("3_k0juu")]
|
||||
[node name="DoorRight" parent="ElevatorDoors" unique_id=551316937 instance=ExtResource("3_k0juu")]
|
||||
transform = Transform3D(-4, 0, 3.496911e-07, 0, 4, 0, -3.496911e-07, 0, -4, -4.4, 2.9909716, -8.27242)
|
||||
|
||||
[node name="Survivor" parent="." unique_id=510103859 instance=ExtResource("3_4wyf3")]
|
||||
transform = Transform3D(1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 1.3680804, 1.6999999, 4.7656555)
|
||||
transform = Transform3D(1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 0.9680804, 1.8453895, 5.186021)
|
||||
|
||||
[node name="SuvivorSpawn" type="Marker3D" parent="." unique_id=1095768768]
|
||||
unique_name_in_owner = true
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.9181392, 13.711893)
|
||||
gizmo_extents = 1.46
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue