mirror of
https://github.com/DaInfLoop/Battler-Generator.git
synced 2025-03-29 15:25:22 +00:00
Added Community Opponent assets for "Wastelander (Grimmeras)" and "Rabid Wastelander (Grimmeras)"
This commit is contained in:
parent
cbbcb12781
commit
408ac73aa6
BIN
assets/communitymaps/City Ruines Left.png
Normal file
BIN
assets/communitymaps/City Ruines Left.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.1 MiB |
BIN
assets/communitymaps/City Ruines Right.png
Normal file
BIN
assets/communitymaps/City Ruines Right.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.1 MiB |
BIN
assets/communitymaps/Rabid City Ruines Left.png
Normal file
BIN
assets/communitymaps/Rabid City Ruines Left.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.2 MiB |
BIN
assets/communitymaps/Rabid City Ruines Right.png
Normal file
BIN
assets/communitymaps/Rabid City Ruines Right.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.2 MiB |
BIN
assets/communityvs/RabidWastelanderGrimmeras.png
Normal file
BIN
assets/communityvs/RabidWastelanderGrimmeras.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 2.5 MiB |
BIN
assets/communityvs/WastelanderGrimmeras.png
Normal file
BIN
assets/communityvs/WastelanderGrimmeras.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 883 KiB |
8
index.ts
8
index.ts
|
@ -166,6 +166,14 @@ const communityOpponents = {
|
|||
[CommunityOpponents.ProjectX]: {
|
||||
text: "Project X",
|
||||
colour: ["#000000", "#FFFFFF"]
|
||||
},
|
||||
[CommunityOpponents.WastelanderGrimmeras]: {
|
||||
text: "Wastelander (Grimmeras)",
|
||||
colour: ["#FFFF00", "#000000"]
|
||||
},
|
||||
[CommunityOpponents.RabidWastelanderGrimmeras]: {
|
||||
text: "Rabid Wastelander (Grimmeras)",
|
||||
colour: ["#FF0000", "#000000"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue