Modified the distance for target spawning
This commit is contained in:
@@ -26,8 +26,8 @@ MonoBehaviour:
|
||||
jetAbilityConfig:
|
||||
abilityName: Jet Boost
|
||||
abilityIcon: {fileID: 1411070990185071134, guid: 4f579a820baebc14a9151832fbe37559, type: 3}
|
||||
cooldownDuration: 5
|
||||
jetSpeed: 30
|
||||
cooldownDuration: 8
|
||||
jetSpeed: 40
|
||||
jetAngle: 5
|
||||
bobbingPlaneConfig:
|
||||
displayName: Bobbing Plane
|
||||
@@ -79,8 +79,8 @@ MonoBehaviour:
|
||||
personIntroDuration: 2
|
||||
evaluationDuration: 2
|
||||
dynamicSpawnThresholdMarker: {fileID: 0}
|
||||
targetMinDistance: 500
|
||||
targetMaxDistance: 1000
|
||||
targetMinDistance: 100
|
||||
targetMaxDistance: 300
|
||||
objectSpawnMinDistance: 5
|
||||
objectSpawnMaxDistance: 30
|
||||
positiveNegativeRatio: 0.5
|
||||
|
||||
Reference in New Issue
Block a user