phaser/build/custom
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
..
ninja.js New build files. 2014-03-17 21:18:02 +00:00
ninja.min.js New build files. 2014-03-17 21:18:02 +00:00
p2.js ArcadePhysics.Body has a deltaMax object, which allows you to cap the delta applied to the position to +- this value. 2014-03-20 00:20:02 +00:00
p2.min.js ArcadePhysics.Body has a deltaMax object, which allows you to cap the delta applied to the position to +- this value. 2014-03-20 00:20:02 +00:00
phaser-no-libs.js Emitter.friction property removed and replaced with Emitter.particleDrag, which is now correctly applied. 2014-03-20 03:48:54 +00:00
phaser-no-libs.min.js Emitter.friction property removed and replaced with Emitter.particleDrag, which is now correctly applied. 2014-03-20 03:48:54 +00:00
phaser-no-physics.js Emitter.friction property removed and replaced with Emitter.particleDrag, which is now correctly applied. 2014-03-20 03:48:54 +00:00
phaser-no-physics.min.js Emitter.friction property removed and replaced with Emitter.particleDrag, which is now correctly applied. 2014-03-20 03:48:54 +00:00
pixi.js New build files. 2014-03-17 21:18:02 +00:00
pixi.min.js New build files. 2014-03-17 21:18:02 +00:00