Continue refactor of bullet gun effect chain

This commit is contained in:
2024-09-16 23:34:54 +01:00
parent 40378d3de4
commit e23c7a0154
23 changed files with 404 additions and 396 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ defaultHeldUse =
, _heldAim = defaultAimParams
, _heldAmmoTypes = mempty
, _heldParams = BulletShooterParams
{ _muzVel = 0.8
, _rifling = 0.8
{ _muzVel = ConstFloat 0.8
, _rifling = ConstFloat 0.8
, _recoil = 10
, _torqueAfter = 0.2
, _randomOffset = 0
+1
View File
@@ -143,6 +143,7 @@ defaultLWorld =
, _foregroundShapes = mempty
, _distortions = []
, _lClock = 0
, _lTestString = []
}
defaultHUD :: HUD