Many bugfixes / Dagger unit buffed / Build times increased

This commit is contained in:
Anuken
2018-08-07 11:17:32 -04:00
parent e6c4c66199
commit dcb840f290
10 changed files with 24 additions and 18 deletions
@@ -607,7 +607,7 @@ public class Player extends Unit implements BuilderTrait, CarryTrait, ShooterTra
movement.setZero();
}
velocity.add(movement);
velocity.add(movement.scl(Timers.delta()));
if(velocity.len() <= 0.2f){
rotation += Mathf.sin(Timers.time() + id * 99, 10f, 1f);