I was using @1 in my config.lua file before upgrading to the latest release. Now it no longer works.
Funny thing is that its working for the Android simulator but not for the iPhone. Weird.
Worked fine before ‘~’
Here is the file in all its glory
[lua]application =
{
content =
{
fps = 60,
width = 320,
height = 480,
scale = “letterbox”,
xAlign = “center”,
yAlign = “center”,
antialias = false,
imageSuffix =
{
–iPhone3G/iPod3/iPod2
–Droid
["@1"] = 1,
–Galaxy/Kindle/Nook
–iPhone4/iPod4
–iPad1/iPad2
["@2"] = 2,
–iPad3
["@3"] = 3,
}
}
}[/lua]
Anyone got any ideas?
Cheers in advance [import]uid: 26289 topic_id: 28664 reply_id: 328664[/import]
[import]uid: 26289 topic_id: 28664 reply_id: 115623[/import]