From 906ff4187efc26855fb60f8d8c91498d769d5dac Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 13 Nov 2017 15:06:50 +0100 Subject: [PATCH] Update: CC - Mouse Up (0vpel69zj0.js) 367 bytes modified --- 0vpel69zj0.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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