Hi Rob,
Thanks for getting back to me. I’ve changed the orientation but it’s still portrait. Does the config.lua above look ok?
This is how I usually add background images:
local background = display.newImage(“bbg.png”)
localGroup:insert(background)
And I’ve been using 480x320 with the splash screen image “Default-568h-@2.png” though I realise that’s well out of date.
So what I need to do is scale up my images and specify the size as above?
With my other images, should I also specify the sizes required? i.e. text and buttons etc
Thanks!