decrease collision boundaries of player
This commit is contained in:
parent
1ab8befd8f
commit
6633fffb30
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue