Update: CC - Before Render - Moorcow (autqzs1rvq.js) 2 bytes modified

beta.r3js.org
-=yb4f310 2017-11-19 19:32:02 +01:00
parent ab8bd56f71
commit 08bb5848e8
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@
var amount = 1 / this.level;
if (amount < 0.05) {
amount = 0.05;
if (amount < 0.1) {
amount = 0.1;
}
this.spawnInterval -= amount;