Update: CC - SnailRunner - Mouse Move (8nu6b5p9pb.js) 14 bytes modified

beta.r3js.org
-=yb4f310 2018-03-07 16:24:00 +01:00
parent f829bae63a
commit 0ca1bc5ff1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if (!this.initialized) {
this.initialized = true;
}
this.snail.position.z += data.event.movementX * data.delta * 0.000001;
this.snail.position.z += data.event.movementX * 0.00001;
if (this.snail.position.z < -0.1) {
this.snail.position.z = -0.1;