Hi and Merry Christmas.
Ok, each level of my game has 24 screens at 512x384.
My question is, how do you work out how big each map needs to be?
Many thanks
Worf
Printable View
Hi and Merry Christmas.
Ok, each level of my game has 24 screens at 512x384.
My question is, how do you work out how big each map needs to be?
Many thanks
Worf
Well, I'm assuming you're making each screen in 1 frame? An easier way is just use a different frame for each level. But wouldn't it just be 512 * 24, and 384 * 24? For the X and Y size?