mirror of
https://github.com/DaInfLoop/Battler-Generator.git
synced 2025-03-29 23:35:23 +00:00
Anniversary Update
This commit is contained in:
parent
43367b7699
commit
1eeccf771a
Before ![]() (image error) Size: 463 KiB After ![]() (image error) Size: 463 KiB ![]() ![]() |
Before ![]() (image error) Size: 307 KiB After ![]() (image error) Size: 307 KiB ![]() ![]() |
Before ![]() (image error) Size: 412 KiB After ![]() (image error) Size: 412 KiB ![]() ![]() |
12
index.ts
12
index.ts
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue