码迷,mamicode.com
首页 > Web开发 > 详细

在使用cocos2dx-js 3.16时遇到的问题

时间:2018-03-05 19:28:13      阅读:326      评论:0      收藏:0      [点我收藏+]

标签:有用   s2d   cos   export   在线编辑   exp   nbsp   使用   粒子   

使用之前老项目的plist文件创建的粒子,会报错或者无法显示

在网上找到的解决方案,实测可用:

ParticleEditor在线编辑地址:http://onebyonedesign.com/flash/particleeditor/

 

 

 导出效果时,必须勾选Include .PLIST file选项,单后点Export particle,导出文件里只有.png和.plist文件有用。在代码中加载:

 

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

在使用cocos2dx-js 3.16时遇到的问题

标签:有用   s2d   cos   export   在线编辑   exp   nbsp   使用   粒子   

原文地址:https://www.cnblogs.com/liugangBlog/p/8510721.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!