diff --git a/0vpel69zj0.js b/0vpel69zj0.js index 96c0e0b..f13f329 100644 --- a/0vpel69zj0.js +++ b/0vpel69zj0.js @@ -2,7 +2,14 @@ if (!this.entityLoaded) { return; } -this.throwerParticleEngine.enabled = false; +//this.throwerParticleEngine.enabled = false; + +this.throwerParticleEngine.templateParticle.speed = 5; +this.throwerParticleEngine.particlesPerSecond = 5; +this.throwerParticleEngine.updateInstance('particlesPerSecond'); +this.throwerParticleEngine.templateParticle.positionOffset.x = 0.3; +this.throwerParticleEngine.templateParticle.positionOffset.y = 0.3; +this.throwerParticleEngine.templateParticle.scale.x = 3; return null; //@ sourceURL=mouseUp.js \ No newline at end of file