Hello!
I have a problem with scaling images down.
My setting is:
Android
logical dimensions: 480x800
suffix, scale
@2x, 2
@half, 0.5
I added base,
@2x and
@half image to project
Resolutions (getLogicalScaleX(), getLogicalScaleY()):
480x800 (1, 1) - display
@half image Why not base?
240x320 (0.4, 0.4), 240x400 (0.5, 0.5)- base image. Why not
@half?
600x800 (1, 1)-
@half image. Why not base?
720x1280 (1.5, 1.5) -
@2When I remove
@2x from project (scaling setting) for 720x1280 - Gideros display
@half image. Why?
Please help
Comments
http://giderosmobile.com/forum/discussion/comment/13694#Comment_13694
Do not use together at the same time scaling up and down.
I use scaling up only and it work ok.