Better physics system

This commit is contained in:
Anuken
2020-09-24 15:39:34 -04:00
parent 1682e3b996
commit 0dccbf8598
8 changed files with 102 additions and 135 deletions

View File

@@ -73,7 +73,7 @@ public class FormationAI extends AIController implements FormationMember{
//TODO return formation size
//eturn ((Commanderc)unit).formation().
}
return unit.hitSize * 1f;
return unit.hitSize * 0.65f;
}
@Override