Pathfinder bugfixes

This commit is contained in:
Anuken
2025-04-30 12:19:46 -04:00
parent 0a620e92a7
commit 8b50aa40c4
5 changed files with 27 additions and 10 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ public class RtsAI{
static final Seq<Unit> squad = new Seq<>(false), stack = new Seq<>();
static final IntSet used = new IntSet();
static final IntSet assignedTargets = new IntSet(), invalidTarget = new IntSet();
static final float squadRadius = 50f;
static final float squadRadius = 60f;
static final int timeUpdate = 0, timerSpawn = 1, maxTargetsChecked = 15;
//in order of priority??