phaser
phaser copied to clipboard
Some suggestions of new Particles class
- Method
emitter.addEmitZoneaccepts an array of zoneConfig, but only return a zone object.- Might remove array of zoneConfig supporting, or return zone object array.
- Add a
nameproperty of emit zone, or death zone object, then user can remove zone by name. - Please add examples of using
setAnimmethod. - Typo. ParticleEmitter.js, line 1465, 1466 : scale -> speed
Bug report:
Test code, there are 2 curves
Case 1: Start and end point are at the same position, will emit particles at (0,0) Case 2: Start and end point are not at the same position, will emit particles along curve.
addEmitZone now returns an array always and I fixed the scale speed typo.
Forgot to close this one after making the beta changes.