mirror of
https://github.com/DaInfLoop/Battler-Generator.git
synced 2024-11-21 21:29:57 +00:00
Fixed Battle Casual test on VS Screen (black to white)
This commit is contained in:
parent
17c63871ca
commit
dd53b46744
6
index.ts
6
index.ts
|
@ -31,15 +31,15 @@ const opponents = {
|
|||
},
|
||||
[Opponents.BattleCasual]: {
|
||||
text: "Battle Casual",
|
||||
colour: ["#757500", "#000000"]
|
||||
colour: ["#757500", "#FFFFFF"]
|
||||
},
|
||||
[Opponents.BattleMaster]: {
|
||||
text: "Battle Master",
|
||||
colour: ["#750000", "#000000"]
|
||||
colour: ["#750000", "#FFFFFF"]
|
||||
},
|
||||
[Opponents.BattlePro]: {
|
||||
text: "Battle Pro",
|
||||
colour: ["#753000", "#000000"]
|
||||
colour: ["#753000", "#FFFFFF"]
|
||||
},
|
||||
[Opponents.Battler]: {
|
||||
text: "Battler",
|
||||
|
|
Loading…
Reference in a new issue