r3-custom-code/0vpel69zj0.js

15 lines
478 B
JavaScript
Raw Normal View History

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