mirror of
https://git.haroon.hackclub.app/haroon/Battler-Generator.git
synced 2025-01-06 16:56:41 +00:00
Anniversary Update
This commit is contained in:
parent
43367b7699
commit
1eeccf771a
5 changed files with 15 additions and 0 deletions
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"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
3
types.ts
3
types.ts
|
@ -113,6 +113,9 @@ export enum Opponents {
|
|||
Eda = "Eda",
|
||||
TheFirewall = "TheFirewall",
|
||||
HouseannorSupport = "HouseannorSupport",
|
||||
Dicey2024 = "Dicey2024",
|
||||
CakeDay = "CakeDay",
|
||||
MasterOG = "MasterOG",
|
||||
}
|
||||
|
||||
export enum Hair {
|
||||
|
|
Loading…
Reference in a new issue