Hello guys
When i start a new project (choosing the Sideway version of the simulator), the default width and height are 320 and 480… but when I create an img 480x320 it results too small…
Then I have to change the config.lua and i put
width = 270, height = 480, scale = "letterBox", fps = 30,
In this way everything work but when i try to upload the images they result a little bit sketchy…
Can someone solve it?