slycrel/JSTileMap

ios8 issues with multiple tile layers

jforkan opened this issue · 3 comments

I've encountered a couple of issues on ios8 when using a tmx map with multiple tile layers.

In ios7, when you remove a tile from the top layer (via [node removeFromParent]), the tile beneath it is displays. In ios8, after removing the node, the UI appears to have no change at all--it still shows the removed tile. However it does get removed from a physics standpoint. So from an interactive standpoint, the tile is removed, but visually it remains.

Another issue I've encountered is if the upper tile is partially transparent, the transparent portions will display as grey instead of showing the underlying layer as in ios7.

It appears the pull request titled " fixed errors removing tiles with coordinate and calculating position for non-isometric tiles #15 " resolves this issue.

Thanks for the reminder, this is on my list to get into the main branch. I'm glad it took care of this for you.

Merged the fix. Thanks again for the heads up.