Hey all,
I was wondering if there is a simple Tile editor out there that can do the folllowing:
- Read a png file and identify unique tiles of a specified size
- Allow creation of a map using those unique tiles using drag and drop
- Export that map to png, using a unique color to represent each unique tile. (In other words, each tile would be represented by a pixel on the exported image)
That’s all the functionality I need. Is there a simple tool out there that already does that?
If it’s written in Java, that’d be great, because I’m on Linux atm.