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; }