Hi everyone,
I’m making an app that has a lot of images in it that are saved in .png format. This has caused my app size to be quite large. This is because I have 2 sets of images (regular and retina) for each image. I’ve tested the following method and it seems to work fine but wanted to know if this should work:
local picture = display.newImageRect("images/picture@2x.png", 768, 1024)
So what I did here was remove the regular image and only included the retina image. When I load the image it points directly to the @2x image. Will this cause any issues? [import]uid: 31262 topic_id: 29213 reply_id: 329213[/import]
BTW. Put as much as images you can in ImageSheet. App start a little longer but works faster. [import]uid: 12704 topic_id: 29213 reply_id: 117494[/import]