From c9514a23d89986b313358ebbb939b1cc09430961 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 9 Mar 2018 18:44:22 +0100 Subject: [PATCH] Update: CC - SnailRunner - Entity Loaded (78gnds8jrj.js) 10 bytes modified --- 78gnds8jrj.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/78gnds8jrj.js b/78gnds8jrj.js index f013359..8ea73f0 100644 --- a/78gnds8jrj.js +++ b/78gnds8jrj.js @@ -129,7 +129,7 @@ GameLib.CustomCode.prototype.advanceClouds = function(delta) { this.cloudTime += diff; - if (this.cloudTime > 2) { + if (this.cloudTime > Math.PI * 2) { this.spawnCloud(); this.cloudTime = 0; }