diff --git a/a2ow5l92js.js b/a2ow5l92js.js index c660c49..2b71f9b 100644 --- a/a2ow5l92js.js +++ b/a2ow5l92js.js @@ -7,14 +7,14 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { this.initialized = true; GameLib.Event.Emit(GameLib.Event.STOP_ALL_AUDIO); - + GameLib.Event.Emit( GameLib.Event.PLAY_AUDIO, { name : 'Audio - Xmas' } ); - + this.fog = this.entityLoaded.fog; this.bull = this.entityLoaded.bull; this.star = this.entityLoaded.star; @@ -55,7 +55,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { this.totalTime = 0; this.kanisters = 4; - //this.kanisterTime = 0; + this.kanisterTime = 0; this.kanisterLife = 16.344; this.kanisterLeakTime = 0.001; this.kanisterSpawnScore = 50; @@ -63,7 +63,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { this.setNextKanisterSpawnScore = function() { this.kanisterSpawnScore = this.score + 100; - + if (this.score > 200) { this.kanisterSpawnScore = this.score + 200; } @@ -452,7 +452,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { this.explodeKanister = function() { this.kanisters += 1; - // this.kanisterTime = 0; + this.kanisterTime = 0; // this.fuelFinished = false; this.explodeMesh(this.kanister); };