cocos2d / cocos2d-js

cocos2d-x for JS
http://www.cocos2d-x.org
MIT License
1.86k stars 490 forks source link

Problem with Particle Texture in Canvas mode #1078

Closed mmartis closed 9 years ago

mmartis commented 9 years ago

I'm using cocos2d-js 3.0 and I have a problem with particles in canvas render mode. Using Webgl there is no problem, but using canvas render mode, the texture of the particle is shown as a circle, even if I set the draw mode to cc.ParticleSystem.TEXTURE_MODE.

Please refer to this post in cocos2d forum. http://discuss.cocos2d-x.org/t/problem-with-particle-texture-in-canvas-mode/17934

dingpinglv commented 9 years ago

Hi, @mmartis , I'll fix it soon. Thanks for feedback. David

dingpinglv commented 9 years ago

This bug has been fixed at https://github.com/cocos2d/cocos2d-html5/pull/2427

It's our mistake, sorry. David