decrease collision boundaries of player

This commit is contained in:
nek0 2021-04-29 20:52:42 +02:00
parent 1ab8befd8f
commit 6633fffb30
1 changed files with 2 additions and 2 deletions

View File

@ -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