SPAWN_OFFSET_Z modified to 25m to avoid collisions
This commit is contained in:
parent
f1804ba198
commit
1d8afd4ccb
|
@ -13,4 +13,4 @@
|
||||||
# ==================================================================================================
|
# ==================================================================================================
|
||||||
|
|
||||||
INVALID_ACTOR_ID = -1
|
INVALID_ACTOR_ID = -1
|
||||||
SPAWN_OFFSET_Z = 5.0 # meters
|
SPAWN_OFFSET_Z = 25.0 # meters
|
||||||
|
|
Loading…
Reference in New Issue