fix player glow during spawn phase (#206)

This commit is contained in:
evanpelle
2025-03-10 13:27:45 -07:00
committed by GitHub
parent 5dc00bc3ab
commit 5aae1468c2
+1 -1
View File
@@ -111,7 +111,7 @@ export class TerritoryLayer implements Layer {
}
for (const tile of this.game.bfs(
centerTile,
euclDistFN(centerTile, 9, false),
euclDistFN(centerTile, 9, true),
)) {
if (!this.game.hasOwner(tile)) {
this.paintHighlightCell(