From 8d07d90af1499d8576e923e0f3cd43838f12823d Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 13 Nov 2017 15:06:34 +0100 Subject: [PATCH] Update: CC - Mouse Move - Moorcow (8a0m30eevi.js) 2 bytes modified --- 8a0m30eevi.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/8a0m30eevi.js b/8a0m30eevi.js index c8199a2..92ea0e0 100644 --- a/8a0m30eevi.js +++ b/8a0m30eevi.js @@ -41,9 +41,9 @@ this.throwerParticleEngine.direction.y = this.raycaster.direction.y; this.throwerParticleEngine.direction.z = this.raycaster.direction.z; this.throwerParticleEngine.updateInstance('direction'); -this.throwerParticleEngine.position.x = this.thrower.position.x + this.raycaster.direction.x * 7; -this.throwerParticleEngine.position.y = this.thrower.position.y + this.raycaster.direction.y * 7 + 1; -this.throwerParticleEngine.position.z = this.thrower.position.z + this.raycaster.direction.z * 7; +this.throwerParticleEngine.position.x = this.thrower.position.x + this.raycaster.direction.x * 6; +this.throwerParticleEngine.position.y = this.thrower.position.y + this.raycaster.direction.y * 6 + 0.3; +this.throwerParticleEngine.position.z = this.thrower.position.z + this.raycaster.direction.z * 6; this.throwerParticleEngine.updateInstance('position');