Edited code and finalised maps
Before Width: | Height: | Size: 347 KiB After Width: | Height: | Size: 347 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
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
|
@ -135,6 +135,7 @@ export enum CommunityOpponents {
|
|||
None = "None",
|
||||
Stik = "Stik",
|
||||
ThisMessage = "ThisMessage",
|
||||
ProjectIX = "ProjectIX",
|
||||
}
|
||||
|
||||
export enum Hair {
|
||||
|
|