Hello. I wrote a program which automatically grabs sprites from a .png file. It takes a while to run so I don't want to do this in my main game. I need to save the sprites somehow, and then load them in my game.
In the 'grabber' program it puts them into an array called image. e.g. image[0]=spaceship, image[2]=spaceship2.
I'd like to save this array to a file. Is this possible?
Thank you very much.
Rico
In the 'grabber' program it puts them into an array called image. e.g. image[0]=spaceship, image[2]=spaceship2.
I'd like to save this array to a file. Is this possible?
Thank you very much.
Rico