Skip to content

Commit c8ca3d1

Browse files
committed
Emitter now calls the Phaser.Particle.onEmit function, which is left empty for you to override and add in custom behaviours.
1 parent 95b0532 commit c8ca3d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ New Features
113113
* Emitter.setScale has a new 'rate' parameter which allows particles to change in scale over time, using any Easing value or timescale.
114114
* Emitter.setAlpha has a new 'rate' parameter which allows particles to change alpha over time, using any Easing value or timescale.
115115
* 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.
116117

117118

118119
Bug Fixes

0 commit comments

Comments
 (0)