slycrel / JSTileMap

TMX Map viewer for SpriteKit
Other
212 stars 34 forks source link

ios8 issues with multiple tile layers #17

Closed jforkan closed 9 years ago

jforkan commented 10 years ago

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.

jforkan commented 10 years ago

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

slycrel commented 10 years ago

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.

slycrel commented 9 years ago

Merged the fix. Thanks again for the heads up.