Refactored trajectory component
This commit is contained in:
committed by
Michal Pikulski
parent
a4363fecb3
commit
11833ba503
@@ -13,15 +13,13 @@ MonoBehaviour:
|
||||
m_Name: FortFightSettings
|
||||
m_EditorClassIdentifier: AppleHillsScripts::Minigames.FortFight.Core.FortFightSettings
|
||||
slingshotSettings:
|
||||
maxDragDistance: 5
|
||||
maxDragDistance: 10
|
||||
baseLaunchForce: 125
|
||||
minForceMultiplier: 0.1
|
||||
maxForceMultiplier: 1
|
||||
trajectoryPoints: 50
|
||||
trajectoryTimeStep: 0.1
|
||||
trajectoryLockDuration: 2
|
||||
gravity: 9.81
|
||||
defaultProjectileMass: 1
|
||||
autoRegisterInput: 0
|
||||
materialConfigs:
|
||||
- material: 0
|
||||
@@ -119,10 +117,6 @@ MonoBehaviour:
|
||||
ceilingFanActivationDelay: 1
|
||||
ceilingFanDropDelay: 0.2
|
||||
ceilingFanDropSpeed: 20
|
||||
baseLaunchForce: 150
|
||||
minForceMultiplier: 0.1
|
||||
maxForceMultiplier: 1
|
||||
trajectoryLockDuration: 2
|
||||
fortBlockLayer: 16
|
||||
projectileLayer: 15
|
||||
damageColorTint: {r: 1, g: 0, b: 0, a: 1}
|
||||
|
||||
Reference in New Issue
Block a user