phaser/src/gameobjects/particles
2018-06-01 00:03:45 +01:00
..
zones Minor additions and corrections to docs 2018-04-20 21:00:19 -07:00
EmitterOp.js Don't stringify emitter ops twice 2018-04-24 14:20:23 -07:00
GravityWell.js Fix types on GameObjects 2018-03-27 14:52:58 +02:00
index.js Lots of jsdoc fixes 2018-04-16 14:43:24 +01:00
Particle.js The Particle tint value was incorrectly calculated, causing the color channels to be inversed. Fix #3643 2018-05-18 13:16:17 +01:00
ParticleEmitter.js Remove source checks in setEmitZone 2018-04-28 13:10:22 -07:00
ParticleEmitterManager.js Added 2 NOOPs instead of merging the whole mixins. 2018-06-01 00:03:45 +01:00
ParticleManagerCanvasRenderer.js Removed particle scroll factor property and calculation from canvas rendering 2018-04-18 18:44:09 -03:00
ParticleManagerCreator.js Calling a creator, such as GraphicsCreator, without passing in a config object, would cause an error to be thrown. All Game Object creators now catch against this. 2018-05-16 15:17:08 +01:00
ParticleManagerFactory.js Fix multiple types on GameObjects 2018-03-20 15:56:31 +01:00
ParticleManagerRender.js Updated to use typeof DefinePlugin check. 2018-04-20 00:23:24 +01:00
ParticleManagerWebGLRenderer.js Merge branch 'master' into containers 2018-03-29 12:35:40 -03:00