diff --git a/78gnds8jrj.js b/78gnds8jrj.js index 4ca7430..2ffbabf 100644 --- a/78gnds8jrj.js +++ b/78gnds8jrj.js @@ -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);