Hello,
I am new to corona, so I am watching video tutorials and in a couple of them they entered the following code:
local background = displaynewRect (0, 0, 320, 480) ;
When they launched their simulator, all of their device’ screen was filled with the background. However, only half of my screen was filled. Hence, I tried to double the width and height of the shape and it worked.
My question is the following: Is this due to the retina display? Is it set by default? Is there a way to remove the retina display in the simulator to avoid this “problem”?
Thank you in advance!