phaser/build
photonstorm 634b1d1093 Emitter.friction property removed and replaced with Emitter.particleDrag, which is now correctly applied.
ArcadePhysics.Body.reset incorrectly set the Body.rotation to Sprite.rotation instead of angle.
Emitter.emitParticle resets the rotation on the particle to zero before emitting it.
Lots of fixes to the TypeScript definitions file (thanks as always to clark-stevenson for his tireless work on these)
Emitters now bring the particle they are about to emit to the top of the Group before doing so. Avoids particles hidden behind others.
ArcadePhysics.Body.setSize corrected to take the parameters as positive, not negative values.
ArcadePhysics.Body now checks the Sprite scale automatically and adjusts the body size accordingly (fix #608)
Emitter.particleClass can now be set to any object that extends Phaser.Sprite, which will be emitted instead of a regular Sprite.
2014-03-20 03:48:54 +00:00
..
custom Emitter.friction property removed and replaced with Emitter.particleDrag, which is now correctly applied. 2014-03-20 03:48:54 +00:00
config.php Added basic Webcam plugin. 2014-03-18 15:14:28 +00:00
phaser.d.ts Emitter.friction property removed and replaced with Emitter.particleDrag, which is now correctly applied. 2014-03-20 03:48:54 +00:00
phaser.js Emitter.friction property removed and replaced with Emitter.particleDrag, which is now correctly applied. 2014-03-20 03:48:54 +00:00
phaser.map Emitter.friction property removed and replaced with Emitter.particleDrag, which is now correctly applied. 2014-03-20 03:48:54 +00:00
phaser.min.js Emitter.friction property removed and replaced with Emitter.particleDrag, which is now correctly applied. 2014-03-20 03:48:54 +00:00