Added basic enemy outposts

This commit is contained in:
Anuken
2018-08-03 16:39:12 -04:00
parent 4e681b2dd1
commit 1dd6e66167
13 changed files with 152 additions and 156 deletions
@@ -547,7 +547,7 @@ public class Player extends Unit implements BuilderTrait, CarryTrait, ShooterTra
velocity.add(movement);
}
float prex = x, prey = y;
updateVelocityStatus(mech.drag, mech.maxSpeed);
updateVelocityStatus(mech.drag, debug ? 10f : mech.maxSpeed);
moved = distanceTo(prex, prey) > 0.01f;
}else{
velocity.setZero();