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

beta.r3js.org
-=yb4f310 2017-11-19 17:05:08 +01:00
parent b5bd6dfd17
commit b9e203759c
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
this.fuelFinished = false;
this.level = 1;
this.spawnInterval = 10;
this.spawnInterval = 50;
this.score = 0;
this.lives = 10;
@ -155,7 +155,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
var distance = 100;
var angledistance = distance * Math.sin(Math.PI / 4);
var life = distance / speed;
var life = (distance - 80) / speed;
if (enemyType === 1) {
position.x = -distance;