Right now Im confused on how to use the @2x images,
my config.lua is the same as the “modernizing config.lua” by Rob Miracle http://coronalabs.com/blog/2013/09/10/modernizing-the-config-lua/
I can only use @2x if I manually put it in my code like this:
display.newImage("ImageName@2x.jpg")
but If I remove the @2x it uses the normal size of it, I don’t understand on how to automatically load the @2x suffixed images, and display that.
I was hoping that my app will be flexible on Ipad, and Phone devices.