mirror of
https://git.haroon.hackclub.app/haroon/Battler-Generator.git
synced 2025-01-06 16:56:41 +00:00
Houseannor Support VS Screen
This commit is contained in:
parent
5d703107c9
commit
dfe6809e7e
3 changed files with 5 additions and 0 deletions
BIN
assets/battlebgs/HouseannorSupport.png
Normal file
BIN
assets/battlebgs/HouseannorSupport.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 533 KiB |
4
index.ts
4
index.ts
|
@ -128,6 +128,10 @@ const opponents = {
|
|||
[Opponents.TheFirewall]: {
|
||||
text: "The Firewall",
|
||||
colour: ["#FFFFFF", "#FFAA00"]
|
||||
},
|
||||
[Opponents.Houseannor Support]: {
|
||||
text: "Houseannor Support",
|
||||
colour: ["#FF00FF", "#FFFFFF"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
1
types.ts
1
types.ts
|
@ -112,6 +112,7 @@ export enum Opponents {
|
|||
IncomingSword = "IncomingSword",
|
||||
Eda = "Eda",
|
||||
TheFirewall = "TheFirewall",
|
||||
HouseannorSupport = "HouseannorSupport",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue