문제

I have an image for a mobile game and im scaling it down depending on the screen but the image looks awful, for example some lines dissapear, its like the image squeezes and the lines are so thin they simply dissapear. How can i solve this problem?

도움이 되었습니까?

해결책

In As3 Bitmaps have property smoothing, and by default It's false. Set it to true, and you will have better results.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top