Corrected spawnpoint placement
This commit is contained in:
parent
ab0cdf6868
commit
695c86b7c9
1 changed files with 2 additions and 2 deletions
|
@ -129,13 +129,13 @@ __meta__ = {
|
|||
}
|
||||
|
||||
[node name="SpawnPoint" parent="SpawnPoints" instance=ExtResource( "1" )]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 10, 17)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 11.7456, 17)
|
||||
|
||||
[node name="SpawnPoint2" parent="SpawnPoints" instance=ExtResource( "1" )]
|
||||
transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 2, 17, -14)
|
||||
|
||||
[node name="SpawnPoint3" parent="SpawnPoints" instance=ExtResource( "1" )]
|
||||
transform = Transform3D(7.54979e-08, 0, 1, 0, 1, 0, -1, 0, 7.54979e-08, -15.6104, 5.01745, -0.166348)
|
||||
transform = Transform3D(1.19249e-08, 0, -1, 0, 1, 0, 1, 0, 1.19249e-08, -15.6104, 5.01745, -0.166348)
|
||||
|
||||
[node name="SpawnPoint4" parent="SpawnPoints" instance=ExtResource( "1" )]
|
||||
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 30.0169, 4.1427, -9.16634)
|
||||
|
|
Reference in a new issue