Hi everyone,
got another newbie question
Why is that this code below doesnt align the image with the side of my screen? There is a gap on just the left side. It happens on corona simulator and on my android phone.
The blank area is available for render, cause when i remove those 2 anchor lines of code, the gap fills with the image. I dont use any plugins.
local background = display.newImageRect(“assets/bg2.jpg”, 2048, 2048)
background.anchorXÂ =Â 0
background.anchorYÂ =Â 0