I create maps like this, where each tile's data is represented in hexadecimal format:
01 01 01 01 01 01 01 01 01 01 01 01
01 00 00 01 00 00 00 00 00 00 00 01
01 00 00 00 B0 00 00 FF 00 00 00 01
01 00 0A 00 00 00 00 00 00 00 00 01
01 00 00 00 00 01 00 00 00 00 00 01
01 01 01 01 01 01 01 01 01 01 01 01
While I can create them with any text editor, it's incredibly inefficient (It takes too much effort and time), So is there tool to create these map files?
I found Tiled, but idk how to create these map files with it, or even if it's possible at all.
NOTE: I want a tool that allows me to choose the value I want for the tile.
,and use hexadecimal instead of the ints. \$\endgroup\$