Releases: pixijs-userland/particle-emitter
Releases · pixijs-userland/particle-emitter
4.2.0
Adds orderedArt
as a config option that requires that each sprite/animation be used once in order before looping back around to be used on another particle. (#114)
See the spaceship destruction example to see it in action.
4.1.3
Fixes Textures provided as string names when paired with Pixi.js 5+
4.1.2
4.1.1
- Fix issue with
playOnce()
4.1.0
4.0.1
Fixes an issue with the ES module file.
4.0.0
- Drops support for Bower.
- Adds support for Pixi v5
- Rewrite of build, docs, type definition process. Docs have been converted from jsdoc to typedoc and also live in the type definition files.
3.2.0
3.1.0
Restored node export functionality.
3.0.1
- Fixed issues with negative time deltas.
- Fixed ring spawners not allowing for a ring with a non-zero ring width.