Update: CC - Mouse Up (0vpel69zj0.js) 367 bytes modified

beta.r3js.org
-=yb4f310 2017-11-13 15:06:50 +01:00
parent 8d07d90af1
commit 906ff4187e
1 changed files with 8 additions and 1 deletions

View File

@ -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