Hi all,
how to make png image sharp and have smooth edge on screen. I tested displaying black-colored star shape (png transparent), but the edges not too smooth or sharp.
But when I test it using starling framework, it looks sharp and smooth.
I have using
@2x setting for higher scale (based on 320x480, landscape) for assets.
Comments
In properties, iOS tab, i choose 'for iPhone'.
My question now, is this setting affect the released game?
So when I don't choose 'for iPhone', the relased game will not using retina and my '@2x' setting?