05-04-2020, 03:41 AM
Thanks for your feedback!
Previous versios could already load different layers (tilemaps) from a single .tmx file. But now it can load even more layers, and it has better handling of shared tilesets used in more than one layer. As always, you need a call to TLN_LoadTilemap() for each unique layer, passing the name of the layer to load on each call, albeit they're all on the same .tmx file.
TLN_LoadTilemap()
Previous versios could already load different layers (tilemaps) from a single .tmx file. But now it can load even more layers, and it has better handling of shared tilesets used in more than one layer. As always, you need a call to TLN_LoadTilemap() for each unique layer, passing the name of the layer to load on each call, albeit they're all on the same .tmx file.
TLN_LoadTilemap()