hit space bar for alternate view

This commit is contained in:
Evan
2024-12-20 20:31:24 -08:00
parent 66fbe8e6b4
commit 17d75324f8
7 changed files with 131 additions and 32 deletions
+4
View File
@@ -84,5 +84,9 @@ export interface Theme {
backgroundColor(): Colord;
falloutColor(): Colord
font(): string;
// unit color for alternate view
selfColor(): Colord
allyColor(): Colord
enemyColor(): Colord
}