Update: CC - SnailRunner - Entity Loaded (78gnds8jrj.js) 4 bytes modified

beta.r3js.org
-=yb4f310 2018-03-09 18:58:06 +01:00
parent b9919fd7c9
commit 6c78dd30d6
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ GameLib.CustomCode.prototype.spawnCloud = function() {
var cloud = this.cloud.clone();
this.cloud.position.x = -155;
this.cloud.position.z = Math.sin(this.time) * 8;
this.cloud.position.z = Math.sin(this.time);
this.cloud.updateInstance('position');
this.clouds.push(cloud);