Update: CC - SnailRunner - Entity Loaded (78gnds8jrj.js) 0 bytes modified

beta.r3js.org
-=yb4f310 2018-03-09 19:01:52 +01:00
parent 97f9c2e459
commit 6e5b1f428c
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ GameLib.CustomCode.prototype.advanceClouds = function(delta) {
this.cloudTime += diff;
if (this.cloudTime > 4) {
if (this.cloudTime > 3) {
this.spawnCloud();
this.cloudTime = 0;
}