cocos2d-js 免安装在线版 粒子编辑器 particle editor particle builder 兼容pex和plist

http://onebyonedesign.com/flash/particleeditor/

这个原来是为flash starling设计的粒子系统编辑器,但实际上,还是能兼容cocos2d的。

只需要选中Export按钮下方的“include .plist file”。

 

 

在Cocos2d中使用更简单,只需要简单2句代码。

var emitter = new cc.ParticleSystem("res/particle.plist");
this.addChild(emitter);

 

posted @ 2014-08-25 20:36  拂晓风起-Kenko  阅读(7094)  评论(0编辑  收藏  举报