mirror of
https://git.haroon.hackclub.app/haroon/Battler-Generator.git
synced 2024-11-09 23:49:38 +00:00
Fixed Stik VS Screen hopefully
This commit is contained in:
parent
e2da7354e8
commit
fcd0787454
3 changed files with 2 additions and 9 deletions
Before Width: | Height: | Size: 241 KiB After Width: | Height: | Size: 241 KiB |
7
index.ts
7
index.ts
|
@ -143,11 +143,8 @@ const opponents = {
|
||||||
[Opponents.MasterOG]: {
|
[Opponents.MasterOG]: {
|
||||||
text: "Master OG",
|
text: "Master OG",
|
||||||
colour: ["#FF0000", "#FFFFFF"]
|
colour: ["#FF0000", "#FFFFFF"]
|
||||||
}
|
},
|
||||||
}
|
[Opponents.Stik]: {
|
||||||
|
|
||||||
const communityopponents = {
|
|
||||||
[CommunityOpponents.Stik]: {
|
|
||||||
text: "Stik",
|
text: "Stik",
|
||||||
colour: ["#FF0000", "#000000"]
|
colour: ["#FF0000", "#000000"]
|
||||||
}
|
}
|
||||||
|
|
4
types.ts
4
types.ts
|
@ -127,10 +127,6 @@ export enum Opponents {
|
||||||
Dicey2024 = "Dicey2024",
|
Dicey2024 = "Dicey2024",
|
||||||
CakeDay = "CakeDay",
|
CakeDay = "CakeDay",
|
||||||
MasterOG = "MasterOG",
|
MasterOG = "MasterOG",
|
||||||
}
|
|
||||||
|
|
||||||
export enum CommunityOpponents {
|
|
||||||
None = "None",
|
|
||||||
Stik = "Stik",
|
Stik = "Stik",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue