diff --git a/080g209iov.js b/080g209iov.js index c09bd21..43394ec 100644 --- a/080g209iov.js +++ b/080g209iov.js @@ -327,7 +327,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { this.treesBurning++; - this.minimumRendererRed += 0.05; + this.minimumRendererRed += 0.01; if (mesh.position.x < 0) { this.leftLight.intensity += 0.1; @@ -396,8 +396,8 @@ if (this.mouseIsDown) { //this.fog.updateInstance('color'); this.renderer.clearColor.r += 0.01; - if (this.renderer.clearColor.r > 0.7) { - this.renderer.clearColor.r = 0.7; + if (this.renderer.clearColor.r > 0.6) { + this.renderer.clearColor.r = 0.6; } this.renderer.updateInstance('clearColor');