mirror of
https://git.haroon.hackclub.app/haroon/Battler-Generator.git
synced 2025-04-03 18:14:16 +00:00
Compare commits
5 commits
e5925c9764
...
d7fe048c98
Author | SHA1 | Date | |
---|---|---|---|
|
d7fe048c98 | ||
|
0e35f54416 | ||
|
73d6d4de97 | ||
|
5aad40aa5d | ||
|
250a50df9a |
9 changed files with 5 additions and 0 deletions
BIN
assets/communitymaps/White Desolation Left.png
Normal file
BIN
assets/communitymaps/White Desolation Left.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.3 MiB |
BIN
assets/communitymaps/White Desolation Right.png
Normal file
BIN
assets/communitymaps/White Desolation Right.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.3 MiB |
BIN
assets/communityvs/ProjectIX.png
Normal file
BIN
assets/communityvs/ProjectIX.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 347 KiB |
BIN
assets/locations/Vibe City Monorail Left.png
Normal file
BIN
assets/locations/Vibe City Monorail Left.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.4 MiB |
BIN
assets/locations/Vibe City Monorail Right.png
Normal file
BIN
assets/locations/Vibe City Monorail Right.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.5 MiB |
BIN
assets/playerlocations/Vibe City Monorail Left.png
Normal file
BIN
assets/playerlocations/Vibe City Monorail Left.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.2 MiB |
BIN
assets/playerlocations/Vibe City Monorail Right.png
Normal file
BIN
assets/playerlocations/Vibe City Monorail Right.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.4 MiB |
4
index.ts
4
index.ts
|
@ -158,6 +158,10 @@ const communityOpponents = {
|
|||
[CommunityOpponents.ThisMessage]: {
|
||||
text: "This Message",
|
||||
colour: ["#000000", "#FFFFFF"]
|
||||
},
|
||||
[CommunityOpponents.ProjectIX]: {
|
||||
text: "Project IX",
|
||||
colour: ["#FFFFFF", "#000000"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
1
types.ts
1
types.ts
|
@ -135,6 +135,7 @@ export enum CommunityOpponents {
|
|||
None = "None",
|
||||
Stik = "Stik",
|
||||
ThisMessage = "ThisMessage",
|
||||
ProjectIX = "ProjectIX",
|
||||
}
|
||||
|
||||
export enum Hair {
|
||||
|
|
Loading…
Add table
Reference in a new issue