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]
: