Hi,
If i do
local sheet = sprite.newSpriteSheet("tiles.png", 100,100)
Will it automatically select tiles.png for iphone 3 and tiles@2x.png for iphone 4?
This is assuming i have my config.lua setup like:
application =
{
content =
{
width = 320,
height = 480,
scale = "letterbox",
imageSuffix =
{
["@2x"] = 2,
},
},
}
[import]uid: 22047 topic_id: 5842 reply_id: 305842[/import]