This commit is contained in:
PC-20230316NUNE\Administrator
2023-10-24 19:12:25 +08:00
parent 72f3d7e880
commit fb1696d079
24 changed files with 1478 additions and 91 deletions

View File

@@ -113,7 +113,6 @@ export default class GPVPMode extends GBaseMode{
return Math.abs((playerXY.y * 1000) - (enumy1XY.y * 1000)) + Math.abs((playerXY.x - enumy1XY.x)) -
Math.abs((playerXY.y * 1000) - (enumy2XY.y * 1000)) + Math.abs((playerXY.x - enumy2XY.x))
});
console.log(playerXY,sort[0].tactical.getXY(sort[0].tacticalIndex),);
return sort[0]