Move weapon torque out of records
This commit is contained in:
@@ -75,17 +75,14 @@ data AttachParams
|
||||
data HeldParams
|
||||
= DefaultHeldParams
|
||||
| GasSprayParams
|
||||
{ _gasCreation :: GasCreate
|
||||
, _torqueAfter :: Float
|
||||
, _randomOffset :: Float
|
||||
{ _randomOffset :: Float
|
||||
, _sidePush :: Float
|
||||
, _weaponInvLock :: Int
|
||||
, _weaponRepeat :: [Int]
|
||||
}
|
||||
| BeamShooterParams
|
||||
| BulletShooterParams
|
||||
{ _torqueAfter :: Float
|
||||
, _randomOffset :: Float
|
||||
{ _randomOffset :: Float
|
||||
, _sidePush :: Float
|
||||
, _weaponInvLock :: Int
|
||||
, _weaponRepeat :: [Int]
|
||||
|
||||
Reference in New Issue
Block a user