From 91393cfd7a4ff653c29204b692ba8204f1b03f34 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 18 Nov 2017 11:53:20 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (autqzs1rvq.js) 18 bytes modified --- autqzs1rvq.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/autqzs1rvq.js b/autqzs1rvq.js index 74d3c88..eb84b69 100644 --- a/autqzs1rvq.js +++ b/autqzs1rvq.js @@ -382,10 +382,10 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { this.leftLight.intensity = 1; } - this.leftLight.color.g -= 0.05; - this.leftLight.color.b -= 0.05; + // this.leftLight.color.g -= 0.05; + // this.leftLight.color.b -= 0.05; this.leftLight.updateInstance('intensity'); - this.leftLight.updateInstance('color'); + // this.leftLight.updateInstance('color'); } else { this.rightLight.intensity += 0.07; @@ -393,9 +393,9 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { this.rightLight.intensity = 1; } - this.rightLight.color.b -= 0.05; + // this.rightLight.color.b -= 0.05; this.rightLight.updateInstance('intensity'); - this.rightLight.updateInstance('color'); + // this.rightLight.updateInstance('color'); } // var smokeParticleEngine = this.smokeParticleEngine.clone(); @@ -566,10 +566,10 @@ if (this.mouseIsDown) { } this.renderer.updateInstance('clearColor'); - this.fog.color.r -= 0.01; - if (this.fog.color.r < 0.32) { - this.fog.color.r = 0.32; - } + // this.fog.color.r -= 0.01; + // if (this.fog.color.r < 0.32) { + // this.fog.color.r = 0.32; + // } // this.fog.updateInstance('color'); this.throwerLight.intensity -= 0.05;