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

beta.r3js.org
-=yb4f310 2018-03-09 18:43:41 +01:00
parent 0a997f9dc6
commit e8ca6a1d8e
1 changed files with 1 additions and 1 deletions

View File

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