mirror of
https://git.haroon.hackclub.app/haroon/Battler-Generator.git
synced 2025-03-16 09:14:13 +00:00
Added Community Opponent assets for "Wastelander (Grimmeras)" and "Rabid Wastelander (Grimmeras)"
This commit is contained in:
parent
cbbcb12781
commit
408ac73aa6
8 changed files with 10 additions and 0 deletions
BIN
assets/communitymaps/City Ruines Left.png
Normal file
BIN
assets/communitymaps/City Ruines Left.png
Normal file
Binary file not shown.
After Width: | Height: | 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 Width: | Height: | 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 Width: | Height: | 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 Width: | Height: | Size: 1.2 MiB |
BIN
assets/communityvs/RabidWastelanderGrimmeras.png
Normal file
BIN
assets/communityvs/RabidWastelanderGrimmeras.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 MiB |
BIN
assets/communityvs/WastelanderGrimmeras.png
Normal file
BIN
assets/communityvs/WastelanderGrimmeras.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 883 KiB |
8
index.ts
8
index.ts
|
@ -166,6 +166,14 @@ const communityOpponents = {
|
||||||
[CommunityOpponents.ProjectX]: {
|
[CommunityOpponents.ProjectX]: {
|
||||||
text: "Project X",
|
text: "Project X",
|
||||||
colour: ["#000000", "#FFFFFF"]
|
colour: ["#000000", "#FFFFFF"]
|
||||||
|
},
|
||||||
|
[CommunityOpponents.WastelanderGrimmeras]: {
|
||||||
|
text: "Wastelander (Grimmeras)",
|
||||||
|
colour: ["#FFFF00", "#000000"]
|
||||||
|
},
|
||||||
|
[CommunityOpponents.RabidWastelanderGrimmeras]: {
|
||||||
|
text: "Rabid Wastelander (Grimmeras)",
|
||||||
|
colour: ["#FF0000", "#000000"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
types.ts
2
types.ts
|
@ -137,6 +137,8 @@ export enum CommunityOpponents {
|
||||||
ThisMessage = "ThisMessage",
|
ThisMessage = "ThisMessage",
|
||||||
ProjectIX = "ProjectIX",
|
ProjectIX = "ProjectIX",
|
||||||
ProjectX = "ProjectX",
|
ProjectX = "ProjectX",
|
||||||
|
WastelanderGrimmeras = "WastelanderGrimmeras",
|
||||||
|
RabidWastelanderGrimmeras = "RabidWastelanderGrimmeras",
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Hair {
|
export enum Hair {
|
||||||
|
|
Loading…
Add table
Reference in a new issue