diff --git a/8nu6b5p9pb.js b/8nu6b5p9pb.js index 66472dc..dd28f5f 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.0001; +this.snail.position.z += data.event.movementX * 0.0002; if (this.snail.position.z < -0.1) { this.snail.position.z = -0.1;