Alright…
I have been banging my head against this wall for the last few days. I know I must be missing something very simple here.
I am trying to get my app to be compatible with the iphone 5 screen resolution.
I am using the “ultimate” config.lua file: http://cl.ly/code/361z3z3E2c2d
I have included the “Default-568h@2x.png” file - which displays correctly.
I am using display.newImageRect:
background = display.newImageRect( “images/Tree_Night_scene.png”, 320, 480)
Black bars still appear…
Should I be using local background = display.newImageRect( “images/Tree_Night_scene.png”, 320, 480) ?
What are the EXACT dimensions my background artwork needs to be?
Thanks in advance!