diff --git a/src/Types/Player.hs b/src/Types/Player.hs index 9bfaa0a..ed11554 100644 --- a/src/Types/Player.hs +++ b/src/Types/Player.hs @@ -163,8 +163,8 @@ instance Mass Pituicat where instance Collidible Pituicat where boundary _ = - ( V2 (-25) (-25) - , V2 25 25 + ( V2 (-18) (-25) + , V2 25 15 ) collide cat _ NoCollision = cat