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.
It sounds like the tile size in your TMX map is set to points, not pixels. Open your TMX map file in a text editor and check to make sure all the numbers are in pixels, not points.
Here is an example of some of the XML you will see.
If you are sure this is not the problem, please submit an issue on github here and I'll take a look.