mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add more icons.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user