This commit is contained in:
Anuken
2021-01-21 21:21:02 -05:00
parent 027d080c55
commit 457514a2c8
2 changed files with 8 additions and 8 deletions

View File

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