This commit is contained in:
Pan 2019-04-04 23:34:04 +13:00
parent e2dd7f8211
commit d2fd5da9eb
2 changed files with 7 additions and 8 deletions

View File

@ -40,7 +40,9 @@ public class scoutingManagerAI {
}; };
exploringNodes = new float[][]{ exploringNodes = new float[][]{
{8f, 3f}, {2,2}, {2, 14} {8f, 3f}, {2,2}, {3, 6},{11.5f, 7.5f}
}; };
destinationNode = 0; destinationNode = 0;

View File

@ -51,13 +51,10 @@ public class unitProductionAI {
this.theBaseInfo = theBaseInfo; this.theBaseInfo = theBaseInfo;
rallyPoint = new vector(0,0,0); rallyPoint = new vector(0,0,0);
if(gameData.getRandom() < 512) {
rushRallyPointX = 9.5f+2; rushRallyPointX = 9.5f+2;
rushRallyPointZ = 5.5f+2; rushRallyPointZ = 5.5f+2;
}else {
rushRallyPointX = 9.5f-2.75f;
rushRallyPointZ = 5.5f+2;
}
lightTanksControlledByCombatAI = new lightTank[192]; lightTanksControlledByCombatAI = new lightTank[192];