So the way I understand it if I have an image.png that is 50x50 and call it :
image1 = display.newImageRect(‘image.png’, 50, 50)
I will also need to have an image that is called image@2x.png that is 100x100 so it will scale upwards for retina display.
What if my original image.png is 100x100 and is scaled down in the image like above, would it then be scaled up in the retina because it is already 100x100?