Start moving item records out into functions
This commit is contained in:
@@ -82,7 +82,7 @@ data HeldParams
|
||||
= DefaultHeldParams
|
||||
| GasSprayParams
|
||||
{ _gasCreation :: GasCreate
|
||||
, _recoil :: Float
|
||||
-- , _recoil :: Float
|
||||
, _torqueAfter :: Float
|
||||
, _randomOffset :: Float
|
||||
, _sidePush :: Float
|
||||
@@ -96,7 +96,7 @@ data HeldParams
|
||||
| BulletShooterParams
|
||||
{ _muzVel :: GenFloat
|
||||
, _rifling :: GenFloat
|
||||
, _recoil :: Float
|
||||
-- , _recoil :: Float
|
||||
, _torqueAfter :: Float
|
||||
, _randomOffset :: Float
|
||||
, _sidePush :: Float
|
||||
|
||||
Reference in New Issue
Block a user