I’m almost finished writing a good application , there was one big problem.
Earlier, I used:
application =
{
content =
{
width = 320,
height = 570,
scale = “letterBox”,
xAlign = “center”,
yAlign = “center”,
imageSuffix =
{
["@2x"] = 1.5,
["@4x"] = 3.0,
},
},
}
But as on the big screen and, accordingly, the application is stretched all the pictures are very small sizes look horrible .
Tell me how do I do that all the pictures looked ok?
Please give an example