Update: CC - Before Render - Moorcow (72d6a2a3kc.js) 0 bytes modified

beta.r3js.org
-=yb4f310 2017-11-14 09:14:22 +01:00
parent eb6c9ac944
commit efb441ce8a
1 changed files with 2 additions and 2 deletions

View File

@ -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;