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

beta.r3js.org
-=yb4f310 2018-03-09 18:59:33 +01:00
parent b9d98fce8f
commit 1f6d57df8c
1 changed files with 1 additions and 1 deletions

View File

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