Update: CC - SnailRunner - Mouse Move (jz3qg0174l.js) 0 bytes modified

beta.r3js.org
-=yb4f310 2018-03-09 15:06:52 +01:00
parent 4cc1990286
commit 1d3381a3df
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if (!this.initialized) {
this.initialized = true;
}
this.snail.position.z -= data.event.movementX * 0.01 * this.beforeRender.speed;
this.snail.position.z -= data.event.movementX * 0.01 * this.entityLoaded.speed;
if (this.snail.position.z < -4.8) {
this.snail.position.z = -4.8;