@huyhungkun wrote:
If I add ImageView in CocosStudio, ImageView display fine, but if I add ImageView in code, ImageView is blurry. How to add ImageView in code without blurry. Thank all.
var btn = new ccui.ImageView("Image/vip.png", ccui.Widget.PLIST_TEXTURE); this.addChild(btn);
Posts: 1
Participants: 1