Update: CC - SpoonLib - Before Render (uou2i9be9r.js) 173 bytes modified

beta.r3js.org
-=yb4f310 2018-01-17 12:31:46 +01:00
parent f55f5983b4
commit e53f37085d
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ if (!this.initialized) {
this.particleEngine = this.entityLoaded.particleEngine;
this.particle = this.entityLoaded.particle;
this.particleEngine.pulse = true;
this.particleEngine.particlesPerSecond = 22;
this.particleEngine.updateInstance('particlesPerSecond');
this.particle.fadeInFactor = 1;
this.time = 0;