Add z levels to shockwaves

This commit is contained in:
2025-08-05 08:30:57 +01:00
parent 09428f2707
commit 22dafda9bd
12 changed files with 27 additions and 39 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ data Bullet = Bullet
, _buDrag :: Float
, _buPos :: Point2
, _buOldPos :: Point2
, _buWidth :: Float
-- , _buWidth :: Float
}
deriving (Show, Eq, Ord, Read) --Generic, Flat)
+1 -1
View File
@@ -18,7 +18,7 @@ data Shockwave = Shockwave
{ _swColor :: Color
, _swDirection :: ShockwaveDirection
, _swInvulnerableCrs :: [Int]
, _swPos :: Point2
, _swPos :: Point3
, _swRad :: Float
, _swDam :: Int
, _swPush :: Float