TileMap in Sprite kit tile size issue
Posted
by
TazmanNZL
on Stack Overflow
See other posts from Stack Overflow
or by TazmanNZL
Published on 2014-08-20T01:50:10Z
Indexed on
2014/08/22
16:22 UTC
Read the original article
Hit count: 300
I am loading a TMX tile map into sprite kit using JSTileMap and the issue I am having is that if I use a tileSet.png the tiles appear too big when displayed. If I use a [email protected] the tiles appear the correct size but my tmx map does not show correctly instead all I see is the tileSet in a grid. I have tried renaming the [email protected] to tileSet.png but once again the tiles appear too big.
Can I use a [email protected] with JSTileMap?
The tiles in both png files are 128x128
Any help is appreciated.
© Stack Overflow or respective owner