if (!this.entityLoaded) { return; } this.beforeRender.mouseDown = 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