2d Sprites/Images Size.

Hey guys I have a little question.

So I am making a game for example mobile & pc 2d 8 ball pool game and all images like table field (Table skin) and boards I would love to make by my self in Photoshop. And I would love to know what’s the best size of images to do it ? Should I do all of images/sprites in 128x128, 256x256 or 512x512 and should I choose 8/16 or 32 bit color mode?

Thanks and Cheers !

?

Use whatever looks best in your game and doesn’t make you run out of RAM. There’s no point using a higher resolution than can be displayed.

–Eric

1 Like

Large image == Clearer display but more memory usage ( aka better performance ) .
Small image == Mosaic display but less memory usage ( aka better performance ).
So just have a try and then make your choice.