From 766bb8fe83fe4055fe252cec0ac40f06b1cdee16 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 7 Mar 2018 16:24:17 +0100 Subject: [PATCH] Update: CC - SnailRunner - Mouse Move (8nu6b5p9pb.js) 2 bytes modified --- 8nu6b5p9pb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8nu6b5p9pb.js b/8nu6b5p9pb.js index 39f9542..2a09855 100644 --- a/8nu6b5p9pb.js +++ b/8nu6b5p9pb.js @@ -7,7 +7,7 @@ if (!this.initialized) { this.initialized = true; } -this.snail.position.z += data.event.movementX * 0.00001; +this.snail.position.z += data.event.movementX * 0.001; if (this.snail.position.z < -0.1) { this.snail.position.z = -0.1;