Hello everyone.
Even though my app is now almost ready, it seems to me right to include my question here…
I’ve always worked well with this standard config:
application = { content = { width = 320, height = 480, scale = "letterbox", fps = 60, imageSuffix = { ["@2x"] = 2, ["@4x"] = 4, }, }, }
However, so far I’ve used high resolution images and it’s time to export. I read this:
https://coronalabs.com/blog/2013/09/10/modernizing-the-config-lua/
And I got in a little panic.
With my current confing if i want to export the pictures for all the screens which is the best solution? Do I have to change confing? If it is needed there is no problem, but I want 2 or 3 images to export images well on more devices. You can give me explanations and tell me how to act. thank you so much