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

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