Update: CC - Before Render - Moorcow (a2ow5l92js.js) 9 bytes modified

beta.r3js.org
-=yb4f310 2017-11-24 15:25:34 +01:00
parent 4cd81e574d
commit 4a59c1d2c3
1 changed files with 5 additions and 5 deletions

View File

@ -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;
@ -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);
};