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

beta.r3js.org
-=yb4f310 2018-01-16 13:30:04 +01:00
parent f535db15c2
commit 4c65158fe2
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,10 @@ if (!this.entityLoaded) {
if (!this.initialized) {
this.camera = this.entityLoaded.camera;
this.camera2d = this.entityLoaded.camera2d;
this.particleEngine = this.entityLoaded.particleEngine;
this.particle = this.entityLoaded.particle;
this.time = 0;
this.camera2d.fov = 180;
@ -37,6 +41,8 @@ if (this.camera2dAnimation) {
this.camera2d.fov = 75;
this.camera2d.updateInstance('fov');
this.camera2dAnimation = false;
this.particleEngine.pulse = false;
this.particle.fadeInFactor = 0.002;
}
}