mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 11:40:42 +00:00
improved boat trail color
This commit is contained in:
@@ -65,7 +65,7 @@ export class TerritoryRenderer {
|
||||
bfs(event.boat.tile(), dist(event.boat.tile(), 4)).forEach(
|
||||
t => {
|
||||
if (trail.has(t)) {
|
||||
this.paintCell(t.cell(), this.theme.borderColor(event.boat.owner().id()), 255)
|
||||
this.paintCell(t.cell(), this.theme.territoryColor(event.boat.owner().id()), 150)
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user