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

beta.r3js.org
-=yb4f310 2017-11-24 15:44:04 +01:00
parent 86af9dcc28
commit 261b5c9542
1 changed files with 3 additions and 5 deletions

View File

@ -57,7 +57,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
this.kanisters = 4;
this.kanisterTime = 0;
this.kanisterLife = 16.344;
this.kanisterLeakTime = 0.001;
this.kanisterLeakTime = 0.1;
this.kanisterSpawnScore = 50;
this.setNextKanisterSpawnScore = function() {
@ -206,8 +206,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
GameLib.Event.GAME_DATA,
{
event : 'kanisterCountUpdate',
kanisters : this.kanisters,
nextKanisterSpawnScore : this.kanisterSpawnScore
kanisters : this.kanisters
}
);
};
@ -788,8 +787,7 @@ if (this.kanisterTime > this.kanisterLife) {
GameLib.Event.GAME_DATA,
{
event : 'kanisterCountUpdate',
kanisters : this.kanisters,
nextKanisterSpawnScore : this.kanisterSpawnScore
kanisters : this.kanisters
}
);