mirror of
https://github.com/DaInfLoop/Battler-Generator.git
synced 2024-11-21 13:29:55 +00:00
Anniversary Update
This commit is contained in:
parent
43367b7699
commit
1eeccf771a
Before Width: | Height: | Size: 463 KiB After Width: | Height: | Size: 463 KiB |
Before Width: | Height: | Size: 307 KiB After Width: | Height: | Size: 307 KiB |
Before Width: | Height: | Size: 412 KiB After Width: | Height: | 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