Small Retouch to planes and obstacle spawning
This commit is contained in:
@@ -43,8 +43,8 @@ MonoBehaviour:
|
||||
bobbingAbilityConfig:
|
||||
abilityName: Air Hop
|
||||
abilityIcon: {fileID: -1386115237479607260, guid: ba6d4f958f29f8b45a8f670d869733fe, type: 3}
|
||||
cooldownDuration: 3
|
||||
bobForce: {x: 10, y: 30}
|
||||
cooldownDuration: 2
|
||||
bobForce: {x: -5, y: 15}
|
||||
dropPlaneConfig:
|
||||
displayName: Drop Plane
|
||||
prefab: {fileID: 2043346932243838886, guid: 86ef40d088d54a34d984edd9fce258bf, type: 3}
|
||||
@@ -61,12 +61,12 @@ MonoBehaviour:
|
||||
abilityIcon: {fileID: -5545584635573524598, guid: 333a17a4395130b46984c04bbb6e09ea, type: 3}
|
||||
cooldownDuration: 4
|
||||
dropForce: 35
|
||||
dropDistance: 50
|
||||
dropDistance: 20
|
||||
zeroHorizontalVelocity: 1
|
||||
defaultAirplaneType: 1
|
||||
slingshotSettings:
|
||||
maxDragDistance: 5
|
||||
baseLaunchForce: 50
|
||||
baseLaunchForce: 55
|
||||
minForceMultiplier: 0.1
|
||||
maxForceMultiplier: 1
|
||||
trajectoryPoints: 20
|
||||
@@ -75,17 +75,17 @@ MonoBehaviour:
|
||||
autoRegisterInput: 1
|
||||
airplaneMass: 1
|
||||
maxFlightTime: 60
|
||||
introDuration: 2
|
||||
personIntroDuration: 2
|
||||
introDuration: 1.5
|
||||
personIntroDuration: 1.5
|
||||
evaluationDuration: 2
|
||||
targetFlybyLingerDuration: 1.5
|
||||
targetFlybyCameraBlendTime: 1
|
||||
preSpawnBeyondTargetDistance: 50
|
||||
targetMinDistance: 200
|
||||
targetMaxDistance: 300
|
||||
objectSpawnMinDistance: 5
|
||||
objectSpawnMaxDistance: 30
|
||||
positiveNegativeRatio: 0.7
|
||||
targetMaxDistance: 600
|
||||
objectSpawnMinDistance: 40
|
||||
objectSpawnMaxDistance: 100
|
||||
positiveNegativeRatio: 1
|
||||
spawnDistanceAhead: 75
|
||||
groundSpawnInterval: 30
|
||||
recencyPenaltyDuration: 10
|
||||
|
||||
Reference in New Issue
Block a user