Fix scope rotation after torque
This commit is contained in:
@@ -85,5 +85,3 @@ defaultConsumable =
|
||||
& itUse .~ ConsumeUse CDoNothing 1
|
||||
& itInvColor .~ blue
|
||||
|
||||
defaultItZoom :: ItZoom
|
||||
defaultItZoom = ItZoom 20 0.2 1
|
||||
|
||||
@@ -9,10 +9,18 @@ defaultAimParams =
|
||||
{ _aimWeight = 0
|
||||
, _aimTurnSpeed = 1
|
||||
, _aimRange = 0
|
||||
, _aimZoom = ItZoom 20 0.2 1
|
||||
, _aimZoom = defaultItZoom
|
||||
, _aimStance = OneHand
|
||||
--, _aimHandlePos = 10
|
||||
, _aimHandlePos = V2 3 0
|
||||
, --, _aimHandlePos = 10
|
||||
_aimHandlePos = V2 3 0
|
||||
, _aimMuzzles = [Muzzle (V2 20 0) 0 0]
|
||||
-- , _aimMuzPos = 20
|
||||
-- , _aimMuzPos = 20
|
||||
}
|
||||
|
||||
defaultItZoom :: ItZoom
|
||||
defaultItZoom =
|
||||
ItZoom
|
||||
{ _izMax = 20
|
||||
, _izMin = 0.2
|
||||
, _izFac = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user