pixijs / particle-emitter

A particle system for PixiJS
http://pixijs.io/particle-emitter/docs
MIT License
799 stars 127 forks source link

Sprite animation #111

Closed RodrigoHamuy closed 5 years ago

RodrigoHamuy commented 5 years ago

Hi, maybe I am missing something, but I can't get pixi-particles to work with sprite animations?

Code: https://codesandbox.io/s/pixi-particles-animatedsprite-37w0v

Thanks

themoonrat commented 5 years ago

https://codesandbox.io/s/pixi-particles-animatedsprite-4d1md

textOptions needed to be an array, and you need to change the particleConstructor on the emitter.

RodrigoHamuy commented 5 years ago

Thank you @themoonrat.