Hey there,
I’m new to corona and actually trying to create a background image.
I wrote
local background = display.newImage("background.jpg")
in my main.lua , as I’ve seen it on every tutorial over the internet.
I want the image to fill the entire screen, how could I do ?
Thanks,
me