Minor graphic fixes on unit markers. Readded unit symbols instead of milsymbol

This commit is contained in:
Pax1601
2023-02-19 17:25:54 +01:00
parent 0308f7c6a3
commit 63c2cc058d
117 changed files with 154 additions and 140 deletions

View File

@@ -120,12 +120,6 @@ export class Map extends L.Map {
else if (this.#state === "MOVE_UNIT") {
L.DomUtil.addClass(this.getContainer(),'crosshair-cursor-enabled');
}
else if (this.#state === "ATTACK") {
}
else if (this.#state === "FORMATION") {
}
}
getState() {