Update: CC - SnailRunner - Before Render (94xi7aitax.js) 5 bytes modified

beta.r3js.org
-=yb4f310 2018-03-09 13:21:36 +01:00
parent 311401bbcb
commit b316020f7a
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ if (!this.initialized) {
var cloud = this.cloud.clone();
this.cloud.position.x = -155;
this.cloud.position.z = (Math.random() * 10) - 5;
this.cloud.position.z = (Math.random() * 25) - 12.5;
this.cloud.updateInstance('position');
this.clouds.push(cloud);
@ -106,7 +106,7 @@ if (modified) {
this.time += data.delta;
if (this.time > 5) {
if (this.time > 0.5) {
this.spawnCloud();
this.time = 0;
}