
Danik
The error is caused by the way I've chained the export of each tile to be done after the previous tile. The platform doesn't support nested function calls over a certain limit and throws a stack overflow error. It should be fixable, I will look into it.
A workaround (although not a great one) would be to split the input image up into several smaller images and process those one at a time. You could also import the full set, reorganize it and export it as a single tileset image before splitting it up so that you can reorganize all tiles together. Sorry about the trouble.
A workaround (although not a great one) would be to split the input image up into several smaller images and process those one at a time. You could also import the full set, reorganize it and export it as a single tileset image before splitting it up so that you can reorganize all tiles together. Sorry about the trouble.