phaser/v3/src/gameobjects/particles
2017-11-17 13:30:29 +00:00
..
zones EdgeZone has new updateSource and changeSource methods and seamless argument 2017-11-01 13:09:48 +00:00
EmitterOp.js emitOnly with custom function now sets the correct one. 2017-10-30 17:04:03 +00:00
GravityWell.js New GravityWell feature for the particle system 2017-10-25 16:05:04 +01:00
Particle.js Added support for onEnter and onLeave Death Zones for Particles 2017-10-29 21:46:41 +00:00
ParticleEmitter.js RandomZone uses a local vec2 now which allows it to work properly with Curves and Paths 2017-11-01 13:09:30 +00:00
ParticleEmitterManager.js Rogue null check borked the creation of emitters when a null frame was specified. 2017-11-17 13:30:07 +00:00
ParticleManagerCanvasRenderer.js eslint tidy 2017-11-17 13:29:23 +00:00
ParticleManagerCreator.js Particle Manager no longer uses BuildGameObject and instead manages its own addition to the system lists. 2017-11-17 13:30:29 +00:00
ParticleManagerFactory.js Particle Emitter Manager looks after all emitters bound to it 2017-10-17 04:19:29 +01:00
ParticleManagerRender.js New Particle Manager renderer functions 2017-10-17 04:19:03 +01:00
ParticleManagerWebGLRenderer.js Renderer now renders the entire manager, saving a flush after each emitter. 2017-10-20 00:54:28 +01:00