Anniversary Update

This commit is contained in:
Eddie Annor 2024-06-17 19:25:55 +01:00 committed by GitHub
parent 43367b7699
commit 1eeccf771a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 0 deletions

View file

Before

Width:  |  Height:  |  Size: 463 KiB

After

Width:  |  Height:  |  Size: 463 KiB

View file

Before

Width:  |  Height:  |  Size: 307 KiB

After

Width:  |  Height:  |  Size: 307 KiB

View file

Before

Width:  |  Height:  |  Size: 412 KiB

After

Width:  |  Height:  |  Size: 412 KiB

View file

@ -130,6 +130,18 @@ const opponents = {
[Opponents.HouseannorSupport]: {
text: "Houseannor Support",
colour: ["#FF00FF", "#FFFFFF"]
},
[Opponents.Dicey2024]: {
text: "Dicey",
colour: ["#000000", "#FFFFFF"]
},
[Opponents.CakeDay]: {
text: "Cake Day",
colour: ["#FA61FF", "#FFFFFF"]
},
[Opponents.MasterOG]: {
text: "Master OG",
colour: ["#FF0000", "#FFFFFF"]
}
}

View file

@ -113,6 +113,9 @@ export enum Opponents {
Eda = "Eda",
TheFirewall = "TheFirewall",
HouseannorSupport = "HouseannorSupport",
Dicey2024 = "Dicey2024",
CakeDay = "CakeDay",
MasterOG = "MasterOG",
}
export enum Hair {