diff --git a/080g209iov.js b/080g209iov.js index 246019f..a8dda43 100644 --- a/080g209iov.js +++ b/080g209iov.js @@ -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 = [];