From 908e2a96fcf5b3094efde598168cd698bd1f06f9 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 17 Nov 2017 15:17:22 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (080g209iov.js) 72 bytes modified --- 080g209iov.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/080g209iov.js b/080g209iov.js index c94702e..eeba9ec 100644 --- a/080g209iov.js +++ b/080g209iov.js @@ -328,6 +328,8 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { if (mesh.position.x < 0) { this.leftLight.intensity += 0.1; this.leftLight.color.r += 0.05; + this.leftLight.color.g -= 0.05; + this.leftLight.color.b -= 0.05; this.leftLight.updateInstance('intensity'); this.leftLight.updateInstance('color'); }