finish defense post

This commit is contained in:
evanpelle
2024-12-03 07:53:18 -08:00
parent d173e22b6b
commit 330b6b93cb
10 changed files with 31 additions and 10 deletions
+1
View File
@@ -68,6 +68,7 @@ export interface Theme {
playerInfoColor(id: PlayerID): Colord;
territoryColor(playerInfo: PlayerInfo): Colord;
borderColor(playerInfo: PlayerInfo): Colord;
defendedBorderColor(playerInfo: PlayerInfo): Colord;
terrainColor(tile: Tile): Colord;
backgroundColor(): Colord;
font(): string;