diff --git a/78gnds8jrj.js b/78gnds8jrj.js index 8ea73f0..982488f 100644 --- a/78gnds8jrj.js +++ b/78gnds8jrj.js @@ -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.cloudTime) * 5; + this.cloud.position.z = Math.sin(this.cloudTime) * 30; this.cloud.updateInstance('position'); this.clouds.push(cloud);