Ok, here is the deal
1) i do a LoadAnimImage
2) i load a binary file & run through the bytes (=the map tiles)
3) i render the map of 9 layers using DrawImage
What i want is to create 9 new images, and IN THERE draw instead.
So i can toggle these layers, and do not have to redraw the tiles each time.
The maps are 608x576
I thoughd todo this using pixmap, but i seem to get stuck there...
1) i do a LoadAnimImage
2) i load a binary file & run through the bytes (=the map tiles)
3) i render the map of 9 layers using DrawImage
What i want is to create 9 new images, and IN THERE draw instead.
So i can toggle these layers, and do not have to redraw the tiles each time.
The maps are 608x576
I thoughd todo this using pixmap, but i seem to get stuck there...