3.0.0
Note: The editor does not support this version yet, although 3.0.0 is backwards compatible with the old config format.
- Converted source code to Typescript
- Removed special handling for ParticleContainer, because it didn't work properly.
- Add
Emitter.spawnChance
to sometimes not spawn particles at the regular intervals. - Make
Emitter.particlesPerWave
work on all spawn types, not just Burst emission. - Don't set
autoUpdate
inEmitter.playOnce()
, so that it the method (and complete callback) can be used while manually ticking Emitters. - Added multi-step functionality for alpha, color, scale, and speed interpolation with individual easing allowed.
- Dropped support for Pixi v3
- Dropped support for Node exports (library is added to the
PIXI
global namespace as it was previously)