mirror of
https://git.haroon.hackclub.app/haroon/Battler-Generator.git
synced 2025-01-08 17:56:40 +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]: {
|
[Opponents.TheFirewall]: {
|
||||||
text: "The Firewall",
|
text: "The Firewall",
|
||||||
colour: ["#FFFFFF", "#FFAA00"]
|
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",
|
IncomingSword = "IncomingSword",
|
||||||
Eda = "Eda",
|
Eda = "Eda",
|
||||||
TheFirewall = "TheFirewall",
|
TheFirewall = "TheFirewall",
|
||||||
|
HouseannorSupport = "HouseannorSupport",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue