diff --git a/78gnds8jrj.js b/78gnds8jrj.js index d5eaf67..d76ac15 100644 --- a/78gnds8jrj.js +++ b/78gnds8jrj.js @@ -130,7 +130,7 @@ GameLib.CustomCode.prototype.advanceClouds = function(delta) { this.cloudTime += diff; - if (this.cloudTime > 0.5) { + if (this.cloudTime > 2) { this.spawnCloud(); this.cloudTime = 0; }