mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-02 12:08:11 +00:00
use mini a star for all pathfinding
This commit is contained in:
@@ -13,7 +13,7 @@ export class ShellExecution implements Execution {
|
||||
}
|
||||
|
||||
init(mg: MutableGame, ticks: number): void {
|
||||
this.pathFinder = PathFinder.Serial(mg, 2000, () => true, 10)
|
||||
this.pathFinder = PathFinder.Mini(mg, 2000, () => true, 10)
|
||||
}
|
||||
|
||||
tick(ticks: number): void {
|
||||
|
||||
Reference in New Issue
Block a user