lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Right now the format is just a big grid of numbers, 0..15. When you output it you could easily output 16 1-bit bitmaps, if you want each layer separately. Just modify Map.methods.xpm() to take a parameter saying the layer you want.

On Mon, May 16, 2011 at 11:25 AM, Rebel Neurofog <rebelneurofog@gmail.com> wrote:
I think, there should be an option of layer writing to several separate layers.
Maybe, gradients would also be handy.

Or there are special format requirements?