More base parts

This commit is contained in:
Anuken
2020-10-20 15:43:06 -04:00
parent 30abfc0619
commit 8f58228317
15 changed files with 9 additions and 21 deletions

View File

@@ -74,7 +74,7 @@ abstract class CommanderComp implements Entityc, Posc{
void command(Formation formation, Seq<Unit> units){
clearCommand();
float spacing = hitSize * 0.65f;
float spacing = hitSize * 0.8f;
minFormationSpeed = type.speed;
controlling.addAll(units);