
cocos creator
CPIQQ
这个作者很懒,什么都没留下…
展开
-
cocos creator await / promise 例子
const {ccclass, property} = cc._decorator;@ccclassexport default class Helloworld extends cc.Component { @property(cc.Label) label: cc.Label = null; @property text: string = 'hel...原创 2018-08-12 23:24:42 · 7735 阅读 · 0 评论 -
cocos 图片黑边的问题
cocos creator 2.0 以前的版本 图的边缘黑边是我遇到ccc的第一个坑,略感蛋疼。效果及原因在这里可以看到,也提到了解决方案http://forum.cocos.com/t/creater-blend-premultiply-alpha/43260我的解决方法两步:1.利用打包工具 TexturePacker( https://www.codeandweb.com/textu...原创 2018-08-25 09:08:25 · 5180 阅读 · 0 评论