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

beta.r3js.org
-=yb4f310 2018-03-09 18:44:22 +01:00
parent e8ca6a1d8e
commit c9514a23d8
1 changed files with 1 additions and 1 deletions

View File

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