Compare commits
5 commits
e5925c9764
...
d7fe048c98
Author | SHA1 | Date | |
---|---|---|---|
|
d7fe048c98 | ||
|
0e35f54416 | ||
|
73d6d4de97 | ||
|
5aad40aa5d | ||
|
250a50df9a |
BIN
assets/communitymaps/White Desolation Left.png
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/communitymaps/White Desolation Right.png
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/communityvs/ProjectIX.png
Normal file
After Width: | Height: | Size: 347 KiB |
BIN
assets/locations/Vibe City Monorail Left.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/locations/Vibe City Monorail Right.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/playerlocations/Vibe City Monorail Left.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/playerlocations/Vibe City Monorail Right.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
4
index.ts
|
@ -158,6 +158,10 @@ const communityOpponents = {
|
||||||
[CommunityOpponents.ThisMessage]: {
|
[CommunityOpponents.ThisMessage]: {
|
||||||
text: "This Message",
|
text: "This Message",
|
||||||
colour: ["#000000", "#FFFFFF"]
|
colour: ["#000000", "#FFFFFF"]
|
||||||
|
},
|
||||||
|
[CommunityOpponents.ProjectIX]: {
|
||||||
|
text: "Project IX",
|
||||||
|
colour: ["#FFFFFF", "#000000"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
1
types.ts
|
@ -135,6 +135,7 @@ export enum CommunityOpponents {
|
||||||
None = "None",
|
None = "None",
|
||||||
Stik = "Stik",
|
Stik = "Stik",
|
||||||
ThisMessage = "ThisMessage",
|
ThisMessage = "ThisMessage",
|
||||||
|
ProjectIX = "ProjectIX",
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Hair {
|
export enum Hair {
|
||||||
|
|