Simplify projectile wall bounce

This commit is contained in:
2025-08-05 09:15:10 +01:00
parent 298238d594
commit b433c1de43
4 changed files with 45 additions and 42 deletions
-1
View File
@@ -22,7 +22,6 @@ data Bullet = Bullet
, _buDrag :: Float
, _buPos :: Point2
, _buOldPos :: Point2
-- , _buWidth :: Float
}
deriving (Show, Eq, Ord, Read) --Generic, Flat)