From b9919fd7c920ff1b54cf29a0d1bb6a05fbf4e140 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 9 Mar 2018 18:57:04 +0100 Subject: [PATCH] Update: CC - SnailRunner - Entity Loaded (78gnds8jrj.js) 1 bytes modified --- 78gnds8jrj.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/78gnds8jrj.js b/78gnds8jrj.js index 8606bb6..4ca7430 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) * 20; + this.cloud.position.z = Math.sin(this.time) * 8; this.cloud.updateInstance('position'); this.clouds.push(cloud);