In the two cases below, how would i insure that my application properly pull the @2x version of the image for retina displays. Right now, adding an @2x variation to the directory isn’t working. Thanks!
[lua]-----------------------
for i=1, 6 do
data[i].image = “wall”…i…“a.png”
end
detailScreenimage = display.newImageRect(“wall”…id…".png",320,480)
[lua] [import]uid: 13050 topic_id: 10282 reply_id: 310282[/import]