phaser/src/gameobjects/particles
2021-10-28 15:01:51 +01:00
..
typedefs Merge pull request #5340 from 16patsle/Fix_object_types 2021-09-23 15:30:43 +01:00
zones JSDoc fixes 2020-11-23 15:06:45 +00:00
EmitterOp.js Particles.EmitterOp now cleanly separates between the different types of property configuration options. start | end will now ease between the two values, min | max will pick a random value between them and random: [] will pick a random element. They no longer get mixed together. Fix #3608 2020-10-16 17:52:59 +01:00
GravityWell.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
index.js Exposed on the main API namespace 2020-09-01 18:38:57 +01:00
Particle.js Calling ParticleEmitter.setScale would set the scaleY property to null, causing calls to setScaleY to throw a runtime error. scaleY is now a required property across both the Particle and Emitter classes and all of the conditional checks for it have been removed 2021-10-28 15:01:51 +01:00
ParticleEmitter.js Calling ParticleEmitter.setScale would set the scaleY property to null, causing calls to setScaleY to throw a runtime error. scaleY is now a required property across both the Particle and Emitter classes and all of the conditional checks for it have been removed 2021-10-28 15:01:51 +01:00
ParticleEmitterManager.js Warn for missing texture frames 2021-09-23 11:15:29 -07:00
ParticleManagerCanvasRenderer.js Fix wrong particle follow position 2021-02-21 11:30:32 -08:00
ParticleManagerCreator.js Add Config types for ParticleEmitterManager and Mesh 2020-12-10 11:40:01 +01:00
ParticleManagerFactory.js More integer to number changes 2020-11-23 10:32:00 +00:00
ParticleManagerRender.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
ParticleManagerWebGLRenderer.js Invoke camera.addToRenderList method 2021-01-07 12:31:31 +00:00