From efb441ce8a1c32eab78807cf1369c3c6fed33134 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 14 Nov 2017 09:14:22 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (72d6a2a3kc.js) 0 bytes modified --- 72d6a2a3kc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/72d6a2a3kc.js b/72d6a2a3kc.js index d054d22..4585ebc 100644 --- a/72d6a2a3kc.js +++ b/72d6a2a3kc.js @@ -14,8 +14,8 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { this.renderer = this.entityLoaded.renderer; this.raycaster = this.entityLoaded.raycaster; this.scene = this.entityLoaded.scene; - this.toBlack = new THREE.Color(0.07, 0.07, 0.07); - this.toRed = new THREE.Color(0.07, 0, 0); + this.toBlack = new THREE.Color(0.05, 0.05, 0.05); + this.toRed = new THREE.Color(0.02, 0, 0); this.bull.instance.visible = false; this.star.instance.visible = false;