mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
update
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user