r3-custom-code/rciyhwg65b.js

15 lines
391 B
JavaScript

if (!this.entityLoaded) {
return;
}
this.beforeRender.mouseDown = true;
this.throwerParticleEngine.enabled = true;
this.throwerParticleEngine.particlesPerSecond = 50;
this.throwerParticleEngine.updateInstance('particlesPerSecond');
this.throwerParticleEngine.templateParticle.speed = 300;
this.throwerParticleEngine.templateParticle.scale.x = 15;
return null;
//@ sourceURL=mouseDown.js