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

beta.r3js.org
-=yb4f310 2017-11-19 17:06:06 +01:00
parent 2e4eb3b591
commit 3b633a1120
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
var distance = 100;
var angledistance = distance * Math.sin(Math.PI / 4);
var life = (distance - 90) / speed;
var life = 5 / speed;
if (enemyType === 1) {
position.x = -distance;