phaser/src/gameobjects/particles
2023-04-12 08:49:58 +01:00
..
events Fixing jsdocs 2023-01-10 21:41:28 +00:00
typedefs Update ParticleEmitterConfig.js 2023-04-12 08:49:58 +01:00
zones The Particle DeathZone.willKill method now takes a Particle instance as its only parameter, instead of x and y coordinates, allowing you to perform more complex checks before deciding if the Particle should be killed, or not. 2023-01-18 16:41:19 +00:00
EmitterColorOp.js Added setEase 2023-01-11 18:30:23 +00:00
EmitterOp.js Fixed return type 2023-01-10 23:25:13 +00:00
GravityWell.js Tidied up jsdocs 2023-01-17 12:33:31 +00:00
index.js Expose ParticleBounds 2023-01-18 16:54:49 +00:00
Particle.js Reset worldPosition on fire 2023-01-19 17:08:24 +00:00
ParticleBounds.js Updated docs 2023-01-17 23:23:05 +00:00
ParticleEmitter.js Return array of zones 2023-04-12 02:07:59 +01:00
ParticleEmitterCanvasRenderer.js Fixing jsdocs 2023-01-10 21:41:28 +00:00
ParticleEmitterCreator.js Fixed EmitterCreator 2023-01-10 22:49:15 +00:00
ParticleEmitterFactory.js Fixed EmitterCreator 2023-01-10 22:49:15 +00:00
ParticleEmitterRender.js Removed ParticleEmitterManager and merged changes into ParticleEmitter 2023-01-10 21:23:44 +00:00
ParticleEmitterWebGLRenderer.js Remove visible check, so they render to DynamicTextures again 2023-04-12 07:10:52 +01:00
ParticleProcessor.js Fixed frame and animation settings, removed unused props, tidied up setters ready for Emitter take-over 2023-01-10 18:52:41 +00:00