Was using @1 in config.lua file but it is no longer working in latest release

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]

Well the good news is you do not need to specify a 1x size. All you need to specify is the sizes that are not 1x. For instance in your coding all you would need is the @2 and @3. So if you had an image that was myImage.png then the original image would be just myImage.png, the 2x would be myImage@2.png, and the 3x would be myImage@3.png. Also unless I am mistaken, with the resolution you have set, the iPad3 takes a 4x Image so your @3 would need to be ["@4"] = 4. Again i might be mistaken but this holds true for what I have seen. [import]uid: 126161 topic_id: 28664 reply_id: 115587[/import]

Cheers 3 Dreams Gaming, but the issue still remains. Yes I can change all my @1 files to not have an extension and it works fine but it looks a lot cleaner to have them all named appropriately. Yeah I need to change the @3 extension to @4 too thanks for picking that up, much appreciated.

Strange that @1 still works for droid, i’m not looking forward to renaming all my @1 files :confused: [import]uid: 26289 topic_id: 28664 reply_id: 115623[/import]

Yea I am very partial to organization myself. Maybe someone else could have some more information and help you since i usually don’t put a suffix on my original images, only on the 2x and 4x. You might have to just bite the bullet and take the 1x suffix off, Good Luck! [import]uid: 126161 topic_id: 28664 reply_id: 115628[/import]

Cheers. Wouldn’t be such a big deal if it wasn’t for the fact that it was all good before build 840. Oh well thanks anyway 3 Dreams!

Anyone else encountered this?? [import]uid: 26289 topic_id: 28664 reply_id: 115631[/import]