phaser/src/gameobjects/particles
Richard Davey 333e766485 Use Clamp
2023-01-18 18:30:07 +00:00
..
events Fixing jsdocs 2023-01-10 21:41:28 +00:00
typedefs Fixed links 2023-01-17 23:23:18 +00: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 Use Clamp 2023-01-18 18:30:07 +00:00
ParticleBounds.js Updated docs 2023-01-17 23:23:05 +00:00
ParticleEmitter.js Moved method 2023-01-18 16:54:32 +00: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 Add new EmitterColorOp and support for it on WebGL 2023-01-11 00:34:35 +00: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