Add more icons.

This commit is contained in:
Dan Albert
2021-05-19 21:24:54 -07:00
parent 80f3857f44
commit 1c7e065c52
49 changed files with 57 additions and 12 deletions

View File

@@ -19,29 +19,26 @@ const Colors = Object.freeze({
const Categories = Object.freeze([
"aa",
"allycamp",
"ammo",
"armor",
"ewr",
"factory",
"fob",
"oil",
"ship",
"ware",
]);
const LegacyCategories = Object.freeze([
"allycamp",
"coastal",
"comms",
"derrick",
"ewr",
"factory",
"farp",
"fob",
"fuel",
"missile",
"oil",
"power",
"ship",
"village",
"ware",
"ww2bunker",
]);
const LegacyCategories = Object.freeze(["coastal", "missile"]);
const UnitState = Object.freeze({
Alive: "alive",
Damaged: "damaged",