mirror of
https://github.com/DaInfLoop/Battler-Generator.git
synced 2024-11-21 21:29:57 +00:00
Battle Casual VS Screen
This commit is contained in:
parent
8d1deb82f9
commit
17c63871ca
BIN
assets/battlebgs/BattleCasual.png
Normal file
BIN
assets/battlebgs/BattleCasual.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 425 KiB |
6
index.ts
6
index.ts
|
@ -31,15 +31,15 @@ const opponents = {
|
||||||
},
|
},
|
||||||
[Opponents.BattleCasual]: {
|
[Opponents.BattleCasual]: {
|
||||||
text: "Battle Casual",
|
text: "Battle Casual",
|
||||||
colour: ["#FFFF00", "#000000"]
|
colour: ["#757500", "#000000"]
|
||||||
},
|
},
|
||||||
[Opponents.BattleMaster]: {
|
[Opponents.BattleMaster]: {
|
||||||
text: "Battle Master",
|
text: "Battle Master",
|
||||||
colour: ["#FF0000", "#000000"]
|
colour: ["#750000", "#000000"]
|
||||||
},
|
},
|
||||||
[Opponents.BattlePro]: {
|
[Opponents.BattlePro]: {
|
||||||
text: "Battle Pro",
|
text: "Battle Pro",
|
||||||
colour: ["#FF8000", "#000000"]
|
colour: ["#753000", "#000000"]
|
||||||
},
|
},
|
||||||
[Opponents.Battler]: {
|
[Opponents.Battler]: {
|
||||||
text: "Battler",
|
text: "Battler",
|
||||||
|
|
Loading…
Reference in a new issue