Category: tiled
-
Getting to know the Tiled map editor
I came across this tutorial on parsing .tmx maps into AS3. While I find it useful enough to get me started there are still other parts I had to figure out myself. Using multiple tilesets When using multiple tilesets additional <tileset> nodes are added to the .tmx file. This means we need to register listeners […]