Tweak walk cycle parameters
This commit is contained in:
@@ -29,8 +29,7 @@ defaultGun = Weapon
|
||||
, _itAimingRange = 0
|
||||
, _itZoom = ItZoom 20 0.2 1 20 0.2 1
|
||||
, _itEquipPict = \_ _ -> blank
|
||||
, _itScrollUp = const id
|
||||
, _itScrollDown = const id
|
||||
, _itScroll = \_ _ -> id
|
||||
, _itAttachment = Nothing
|
||||
, _itID = Nothing
|
||||
, _itEffect = wpRecock
|
||||
@@ -40,15 +39,11 @@ defaultGun = Weapon
|
||||
, _itWorldTrigger = Nothing
|
||||
, _itAimStance = OneHand
|
||||
}
|
||||
|
||||
defaultAutoGun :: Item
|
||||
defaultAutoGun = defaultGun
|
||||
{ _itScrollUp = const id
|
||||
, _itScrollDown = const id
|
||||
, _itInvDisplay = basicWeaponDisplay
|
||||
{ _itInvDisplay = basicWeaponDisplay
|
||||
, _itAimStance = TwoHandTwist
|
||||
}
|
||||
|
||||
defaultShellAmmo :: Ammo
|
||||
defaultShellAmmo = ShellAmmo
|
||||
{ _amPayload = \_ -> id
|
||||
|
||||
Reference in New Issue
Block a user