Retina...make it clear for a noob :)
UtopianGamesLtd
Member Posts: 120
OK so i realise if you do retina all art must be power of 4 so 8,16,32,48,64 etc
BUT.....
Would it be ok to have a sprite 100x20 (50x10 when reduced) 130x130 (65x65 when reduced) ?
Thanks in advance guys.
My thoughts are as long as the sprite is EVEN after its been divided by 2 it should be fine which kind of rules out the power of 4 rule?
Darren.
BUT.....
Would it be ok to have a sprite 100x20 (50x10 when reduced) 130x130 (65x65 when reduced) ?
Thanks in advance guys.
My thoughts are as long as the sprite is EVEN after its been divided by 2 it should be fine which kind of rules out the power of 4 rule?
Darren.
Comments
Power of 2 is just for memory usage. 2,4...128,256. Anything bigger than these numbers will use as much memory as an image with the next highest power of 2.
For Retina Display it just needs to be divisible by 4 so it is clear. An image created for Retina Display will have a smaller version at half its size for non-Retina display device. That will make the image still even numbered on the dimensions so images won't be blurry because of pixel rounding.
- - - - - - - - - -
www.snowdayapps.com
Want a promo for Adventures of Papa Wheelie? Click below:
http://gamesalad.com/forums/topic.php?id=12007
Darren.