mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Emitter now calls the Phaser.Particle.onEmit function, which is left empty for you to override and add in custom behaviours.
This commit is contained in:
parent
95b0532f59
commit
c8ca3d1809
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ New Features
|
|||
* Emitter.setScale has a new 'rate' parameter which allows particles to change in scale over time, using any Easing value or timescale.
|
||||
* Emitter.setAlpha has a new 'rate' parameter which allows particles to change alpha over time, using any Easing value or timescale.
|
||||
* Emitter.bringToTop and Emitter.sendToBack are booleans that let you optionally set the display order of the Particle when emitted.
|
||||
* Emitter now calls the Phaser.Particle.onEmit function, which is left empty for you to override and add in custom behaviours.
|
||||
|
||||
|
||||
Bug Fixes
|
||||
|
|
Loading…
Reference in a new issue