Skip to content

Commit

Permalink
The Emitter.makeParticles collide argument didn't work, as a result…
Browse files Browse the repository at this point in the history
… of #2661, but is now properly respected thanks to that change (thanks @samme #2662)
  • Loading branch information
photonstorm committed Jul 23, 2016
1 parent 6947057 commit 7527297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
* A Group with `inputEnableChildren` set would re-start the Input Handler on a Sprite, even if that handler had been disabled previously.
* Weapon.autofire wouldn't fire after the first bullet, or until `fire` was called, neither of which are requirements. If you now set this boolean the Weapon will fire continuously until you toggle it back to false (thanks @alverLopez #2647)
* ArcadePhysics.World.angleBetweenCenters now uses `centerX` and `centerY` properties to check for the angle between, instead of `center.x/y` as that property no longer exists (thanks @leopoldobrines7 #2654)
* The Emitter.makeParticles `collide` argument didn't work, as a result of #2661, but is now properly respected thanks to that change (thanks @samme #2662)

### Pixi Updates

Expand Down

0 comments on commit 7527297

Please sign in to comment.