Small tweaks

This commit is contained in:
Anuken
2020-10-05 17:44:06 -04:00
parent e8e9c14ec9
commit 5cc6ac0216
4 changed files with 10 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ public class LogicAI extends AIController{
moveTo(Tmp.v1.set(moveX, moveY), 1f, 30f);
}
case approach -> {
moveTo(Tmp.v1.set(moveX, moveY), moveRad, 10f);
moveTo(Tmp.v1.set(moveX, moveY), moveRad, 1f);
}
case pathfind -> {
Building core = unit.closestEnemyCore();