I’ve created my app @ iPad resolution and now I need to repurpose it for iPhone…
I thought ahead and positioned and sized everything based on percentages of display.contentHeight/ width so when I build for iPhone 4 for instance, all the interface and anims seem to be in the correct position, but the Bg images are all miniscule.
this is my config.lua
[lua]application =
{
content =
{
—[[
width = 768,
height = 1024,
–scale = “zoomEven”,
–]]
scale = “letterbox”,
xAlign = “center”,
yAlign = “center”,
fps = 60,
antialias = true,
},
}[/lua]
When I change this to iPhone width height etc everything is zoomed right up etc on the ipad and interface is off the screen on the iphones… Any ideas for easily repurposing other that reEngineering everything to dynamic display.newImageRect(). Remembering that it seems that only the BG images are the incorrect sizees.
Cheers
Chris Long [import]uid: 9457 topic_id: 5037 reply_id: 305037[/import]