Implement slowed down aim turning
This commit is contained in:
@@ -52,7 +52,7 @@ defaultCreature =
|
||||
, _crMvType = defaultAimMvType
|
||||
, _crHammerPosition = HammerUp
|
||||
, _crName = "DEFAULTCRNAME"
|
||||
, _crStatistics = CreatureStatistics 10 10 10
|
||||
, _crStatistics = CreatureStatistics 50 50 50
|
||||
, _crCamouflage = FullyVisible
|
||||
, _crTargeting = defaultCreatureTargeting
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@ defaultAimParams :: AimParams
|
||||
defaultAimParams =
|
||||
AimParams
|
||||
{ _aimWeight = 0
|
||||
, _aimTurnSpeed = 1
|
||||
, _aimRange = 0
|
||||
, _aimZoom = ItZoom 20 0.2 1
|
||||
, _aimStance = OneHand
|
||||
|
||||
Reference in New Issue
Block a user