fix bounds
This commit is contained in:
parent
7aa691bf87
commit
8f2cfd2871
1 changed files with 2 additions and 2 deletions
|
@ -88,10 +88,10 @@ instance Collidible ImgId where
|
||||||
[ Boundaries (0, 7/36) (18/36, 28/36)
|
[ Boundaries (0, 7/36) (18/36, 28/36)
|
||||||
]
|
]
|
||||||
collisionObstacle ImgMiscPlant1 =
|
collisionObstacle ImgMiscPlant1 =
|
||||||
[ Boundaries (9/36, 9/36) (27/36, 27/26)
|
[ Boundaries (9/36, 9/36) (27/36, 27/36)
|
||||||
]
|
]
|
||||||
collisionObstacle ImgMiscPlant2 =
|
collisionObstacle ImgMiscPlant2 =
|
||||||
[ Boundaries (9/36, 9/36) (27/36, 27/26)
|
[ Boundaries (9/36, 9/36) (27/36, 27/36)
|
||||||
]
|
]
|
||||||
collisionObstacle ImgMiscWatercooler =
|
collisionObstacle ImgMiscWatercooler =
|
||||||
[ Boundaries (14/36, 14/36) (22/36, 22/36)
|
[ Boundaries (14/36, 14/36) (22/36, 22/36)
|
||||||
|
|
Loading…
Reference in a new issue