fix table boundaries
This commit is contained in:
parent
ca870cd8d4
commit
247b44db85
1 changed files with 2 additions and 2 deletions
|
@ -60,13 +60,13 @@ instance Collidible ImgId where
|
||||||
[ Boundaries (0, 0.34) (1, 1)
|
[ Boundaries (0, 0.34) (1, 1)
|
||||||
]
|
]
|
||||||
collisionObstacle ImgTableNW =
|
collisionObstacle ImgTableNW =
|
||||||
[ Boundaries (0, 0) (0.63, 1)
|
[ Boundaries (0.34, 0) (1, 1)
|
||||||
]
|
]
|
||||||
collisionObstacle ImgTableNE =
|
collisionObstacle ImgTableNE =
|
||||||
[ Boundaries (0, 0) (1, 0.63)
|
[ Boundaries (0, 0) (1, 0.63)
|
||||||
]
|
]
|
||||||
collisionObstacle ImgTableSE =
|
collisionObstacle ImgTableSE =
|
||||||
[ Boundaries (0.34, 0) (1, 1)
|
[ Boundaries (0, 0) (0.63, 1)
|
||||||
]
|
]
|
||||||
collisionObstacle ImgTableCorner =
|
collisionObstacle ImgTableCorner =
|
||||||
[ Boundaries (0, 0) (0.63, 1)
|
[ Boundaries (0, 0) (0.63, 1)
|
||||||
|
|
Loading…
Reference in a new issue