fix table boundaries

This commit is contained in:
nek0 2018-11-16 21:38:44 +01:00
parent ca870cd8d4
commit 247b44db85

View file

@ -60,13 +60,13 @@ instance Collidible ImgId where
[ Boundaries (0, 0.34) (1, 1)
]
collisionObstacle ImgTableNW =
[ Boundaries (0, 0) (0.63, 1)
[ Boundaries (0.34, 0) (1, 1)
]
collisionObstacle ImgTableNE =
[ Boundaries (0, 0) (1, 0.63)
]
collisionObstacle ImgTableSE =
[ Boundaries (0.34, 0) (1, 1)
[ Boundaries (0, 0) (0.63, 1)
]
collisionObstacle ImgTableCorner =
[ Boundaries (0, 0) (0.63, 1)