loading images question
GamersRejoice
Member Posts: 817
I'm wondering which approach would be better to take as far as using images for actors. So lets say I have a circle actor that is 128x128, and my image is the same size. But I also want 2 other circle actors that are smaller than that, like 32x32 and 16x16. Would it be better to use the same image for all actors and just resize the actor or make different images for each actor? I'm thinking optimization here in case you haven't already figured that out.
Comments