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

beta.r3js.org
-=yb4f310 2017-11-19 17:10:53 +01:00
parent 4a5d3b9e7f
commit 17b63a9af9
1 changed files with 2 additions and 2 deletions

View File

@ -159,13 +159,13 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
if (enemyType === 1) {
position.x = -distance;
life += 3;
life += 1.5 / speed;
velocity = {x:speed,y:0,z:0};
}
if (enemyType === 2) {
position.x = distance;
life += 3;
life += 1.5 / speed;
velocity = {x:-speed,y:0,z:0};
}