Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
I'm pretty much lost — Gideros Forum

I'm pretty much lost

tytadastytadas Member
edited April 2017 in General questions
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

Sign In or Register to comment.