Cleanup, move bullet spawn random offset to muzzle

This commit is contained in:
2025-07-05 20:55:24 +01:00
parent 164499fe4e
commit 7b9c1678f1
5 changed files with 34 additions and 83 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ data Muzzle = Muzzle
, _mzFlareType :: FlareType
, _mzEffect :: MuzzleEffect
, _mzAmmoPerShot :: AmmoPerShot
-- , _mzFrame :: Int
, _mzRandomOffset :: Float
}
deriving (Eq, Ord, Show, Read) --Generic, Flat)