Houseannor Support VS Screen

This commit is contained in:
DaInfLoop 2024-04-22 15:39:06 +00:00
parent 5d703107c9
commit dfe6809e7e
3 changed files with 5 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 KiB

View file

@ -128,6 +128,10 @@ const opponents = {
[Opponents.TheFirewall]: {
text: "The Firewall",
colour: ["#FFFFFF", "#FFAA00"]
},
[Opponents.Houseannor Support]: {
text: "Houseannor Support",
colour: ["#FF00FF", "#FFFFFF"]
}
}

View file

@ -112,6 +112,7 @@ export enum Opponents {
IncomingSword = "IncomingSword",
Eda = "Eda",
TheFirewall = "TheFirewall",
HouseannorSupport = "HouseannorSupport",
}