We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b0532 commit c8ca3d1Copy full SHA for c8ca3d1
1 file changed
README.md
@@ -113,6 +113,7 @@ New Features
113
* Emitter.setScale has a new 'rate' parameter which allows particles to change in scale over time, using any Easing value or timescale.
114
* Emitter.setAlpha has a new 'rate' parameter which allows particles to change alpha over time, using any Easing value or timescale.
115
* Emitter.bringToTop and Emitter.sendToBack are booleans that let you optionally set the display order of the Particle when emitted.
116
+* Emitter now calls the Phaser.Particle.onEmit function, which is left empty for you to override and add in custom behaviours.
117
118
119
Bug Fixes
0 commit comments