I read through the ultimate config.lua file and modernizing the config.lua file
After reading through both of those, I am still left with a few questions.
-
With those tutorials in mind, what device should I target as my “base” image that will allow for everything to look nice as I scale up or down for other devices? I found on the forum some people recommend using the iPhone 5 of 6 as the default for image design and then scale images for the other devices?
-
once I have the device selected that I will base all of my image design off of, how large should the background image be keeping in mind the “bleed area” that is mentioned in the tutorials listed above.
-
this question is about the suffix @2x. how exactly do I make sure that the correct images are being selected. I understand that my image files will have the names Character.png and Character@2x.png, but how will I know corona is picking the right images?
when I call the image to be used do I have to concatenate the file name with a variable?
I would guess it would look something like this
display.newImage( “Character”…imageSuffix…".png" )
I hope these questions are clear