Skip to content

Releases: pixijs-userland/particle-emitter

1.2.1

18 Sep 22:25
Compare
Choose a tag to compare

Fixed a spelling error - minimumScaleMultiplier has more 'i's than I gave it.

1.2.0

18 Sep 21:02
Compare
Choose a tag to compare
  • Added acceleration - a pair of x/y values of constant acceleration of particles to simulate gravity or other forces. This overrides any interpolation of speed, although the start speed is still used for the initial velocity of a particle. If rotationSpeed is 0, then the rotation of the particles are set to match their direction of travel.
  • Added minimumScaleMultiplier - a value that allows you to have random variation in scale of your particles that does not interfere with scale interpolation. A random multiplier is generated for each particle between minimumScaleMultiplier and 1, and applied to both start and end scale for that particle.

1.1.2

17 Sep 16:09
Compare
Choose a tag to compare

Fixed an issue with custom eases.

1.1.1

15 Sep 21:53
Compare
Choose a tag to compare

Added blend mode support.

1.1.0

12 Sep 14:49
Compare
Choose a tag to compare

Made the particle system more extendable by providing your own subclasses of Particle.

1.0.0

11 Sep 21:42
Compare
Choose a tag to compare

Initial release