Update: CC - Before Render - Moorcow (qemp4een6t.js) 6 bytes modified

beta.r3js.org
-=yb4f310 2017-11-27 14:45:33 +01:00
parent 67e65b31ff
commit 55d34d5a6e
1 changed files with 3 additions and 3 deletions

View File

@ -351,17 +351,17 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
var distance = 100;
var angledistance = distance * Math.sin(Math.PI / 4);
var life = 5 / speed;
var life = 2.5 / speed;
if (enemyType === 1) {
position.x = -distance;
life += 3 / speed;
life += 1.5 / speed;
velocity = {x: speed, y: 0, z: 0};
}
if (enemyType === 2) {
position.x = distance;
life += 3 / speed;
life += 1.5 / speed;
velocity = {x: -speed, y: 0, z: 0};
}