Hey all! First of all, thanks for the software, after trying many, it’s my favourite pixel art tool so far. A small improvement suggestion: I can only save the tile map code (TLC) file in little-endian binary format (eg. $1234 becomes 34 12 in the file). As my target platform is Amiga, I need a big-endian binary, but a simple CSV with the codes would also work fine. I wrote a small script to do the heavy lifting for me, but I think it would be a welcome addition to make the tile code export customizable, similar to the tilemap itself.