AmigaPorts / ACE

Amiga C Engine
Mozilla Public License 2.0
155 stars 26 forks source link

Support input tilesets being in a 2d grid #133

Closed timfel closed 3 years ago

timfel commented 3 years ago

Just for my convenience, since the tilesets I'm using come in a 2d grid.

tehKaiN commented 3 years ago

Welcome to ACE development! I hope you will enjoy your stay. Your changes look fine to me. But perhaps I can use you to do a bit more work. ;)

It's very handy for debugging purposes to have ability of converting assets in both directions. So, adding ability to convert .bm tileset back to multicolumn png would be useful. Perhaps by adding -cols arg when converting .bm -> .png?

Let me know if you are interested in working on this. If not, no hard feelings - I'll do this myself.

timfel commented 3 years ago

I'll try to find the time, but cannot promise it until the end of the next week :)

timfel commented 3 years ago

I pushed the requested feature :)