Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Tool to convert the .xml tilesheets into .json format

A topic by bewelge created Aug 24, 2017 Views: 797 Replies: 1
Viewing posts 1 to 2

I wrote a tool a while back to convert the .xml texture-atlas tilesheets that come with the Asset-downloads to .JSON format. I used this because I didn't know an easy way to use the .xml files in js/html5 projects. If there is an easy way,  you can ignore this :-)

https://bewelge.github.io/TextureAtlastXMLtoJSON/


It should work for multiple files at once. If it doesn't work, there are a couple of others if you google. I remember using this PHP script once and it worked just fine:

https://github.com/snollygolly/TextureAtlasConverter


Enjoy the Jam everyone ;)

HostSubmitted

Thanks for sharing this, will be useful for people I'm sure!