mirror of
https://github.com/DaInfLoop/Battler-Generator.git
synced 2024-11-21 21:29:57 +00:00
Houseannor Support VS Screen
This commit is contained in:
parent
5d703107c9
commit
dfe6809e7e
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"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue