Thanks for the updates! If anyone wants to test with iPad-only game Siege Towers For Two (free: http://itunes.apple.com/us/app/siege-towers-for-two/id423691021), here are its build and config files. I’ll be buying an iPad 3 tomorrow and will check.
build.settings:
[code]settings = {
orientation = {
default = “landscapeRight”,
supported = {
“landscapeLeft”,
“landscapeRight”,
},
},
content = {
fps = 30,
antialias = false,
},
iphone = {
plist = {
UIStatusBarHidden = true,
UIPrerenderedIcon = true,
CFBundleIdentifier = “com.versuspad.siegetowers”,
},
},
}[/code]
config.lua:
[code]application = {
content = {
width = 768,
height = 1024,
scale = “letterbox”
}
}[/code] [import]uid: 10284 topic_id: 22975 reply_id: 93550[/import]