Hey guys!
I'm lost haha... I'm doing everything to monetize my app, but I'm stuck now on the last thing. I can't find the right way to make a screen background looking good.
I'm using this:
application:setLogicalDimensions(480, 800)
application:setScaleMode("letterbox")
application:setOrientation(Application.PORTRAIT) |
And I have 3 backgrounds:
image.png
image@2x
image@3x
the first is 600x854
2x - 1280x1708
3x - 1440x1993
My background isn't scaling at all..
Am I missing something? The right and left corner gets cropped real hard, but on 600x800 resolution screen the background scales well.. If I'm choosing higher or lower screen resolution, the corners are being cropped..
Maybe I forgot something about the screen scaling..
Comments
ie.
600x854 @1x
1200x1708 @2x
1800x2562@3x
Also, your scene has different proportions from your @1x background
Maybe the link below can help you Why does image auto scaling grab the wrong image?
[-] Liasoft