Update: CC - Before Render - Moorcow (080g209iov.js) 97 bytes modified

beta.r3js.org
-=yb4f310 2017-11-18 08:02:38 +01:00
parent e7e9086fe9
commit 4a8e0e4af5
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
this.santa = this.entityLoaded.santa;
this.renderer = this.entityLoaded.renderer;
this.raycaster = this.entityLoaded.raycaster;
this.canister = this.entityLoaded.canister;
this.scene = this.entityLoaded.scene;
this.leftLight = this.entityLoaded.leftLight;
this.rightLight = this.entityLoaded.rightLight;
@ -41,6 +42,8 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
*/
this.totalTime = 0;
this.spawnTime = 0;
this.canisterTime = 0;
this.canisterLife = 16344;
this.enemies = [];