config.lua question with scaling...

I primarily want my stuff to look good on an ipad. So I have the below in my config.lua, and I plan on making my graphics 1024x768. BUT, I’d like to also create a set of graphics for the iPhone 4, and then let the iphone 3 just downscale stuff, but I can’t seem to figure out the right syntax for imageSuffix.

Because 2x implies I want them twice as big as my default 768x1024 right?

application = { content = { width = 768, height = 1024, scale = "letterbox", fps = 30, antialias = true, imageSuffix = { ["@2x"] = 2, }, }, } [import]uid: 19193 topic_id: 15075 reply_id: 315075[/import]

Hi please read this tutorial :slight_smile: : http://blog.anscamobile.com/2011/01/dynamic-image-resolution-made-easy/ [import]uid: 84637 topic_id: 15075 reply_id: 55795[/import]

Instead of letterbox change it to zoomStretch

Regards,
Jordan Schuetz
Ninja Pig Studios [import]uid: 29181 topic_id: 15075 reply_id: 55809[/import]