Continue bullet refactor

This commit is contained in:
2022-07-16 22:02:01 +01:00
parent 301946ff8f
commit c9f7f39f22
12 changed files with 31 additions and 51 deletions
+2 -2
View File
@@ -528,8 +528,8 @@ data Bullet = Bullet
{ _buUpdate :: World -> Bullet -> (World, Maybe Bullet)
, _buVel :: Point2
, _buDrag :: Float
, _buColor :: Color
, _buTrail :: [Point2]
, _buPos :: Point2
, _buOldPos :: Point2
, _buWidth :: Float
, _buTimer :: Int
, _buHitEff :: HitEffect'