diff --git a/assets/communitymaps/White Desolation X Left.png b/assets/communitymaps/White Desolation X Left.png new file mode 100644 index 0000000..8e70aca Binary files /dev/null and b/assets/communitymaps/White Desolation X Left.png differ diff --git a/assets/communitymaps/White Desolation X Right.png b/assets/communitymaps/White Desolation X Right.png new file mode 100644 index 0000000..1a2e68f Binary files /dev/null and b/assets/communitymaps/White Desolation X Right.png differ diff --git a/assets/communityvs/ProjectX.png b/assets/communityvs/ProjectX.png new file mode 100644 index 0000000..2d649a4 Binary files /dev/null and b/assets/communityvs/ProjectX.png differ diff --git a/assets/locations/TU HQ Minipark Left.png b/assets/locations/TU HQ Minipark Left.png new file mode 100644 index 0000000..fd8ee2f Binary files /dev/null and b/assets/locations/TU HQ Minipark Left.png differ diff --git a/assets/locations/TU HQ Minipark Right.png b/assets/locations/TU HQ Minipark Right.png new file mode 100644 index 0000000..008f617 Binary files /dev/null and b/assets/locations/TU HQ Minipark Right.png differ diff --git a/assets/playerlocations/TU HQ Minipark Left.png b/assets/playerlocations/TU HQ Minipark Left.png new file mode 100644 index 0000000..e09f40b Binary files /dev/null and b/assets/playerlocations/TU HQ Minipark Left.png differ diff --git a/assets/playerlocations/TU HQ Minipark Right.png b/assets/playerlocations/TU HQ Minipark Right.png new file mode 100644 index 0000000..3d414e3 Binary files /dev/null and b/assets/playerlocations/TU HQ Minipark Right.png differ diff --git a/index.ts b/index.ts index 36126b0..df56baf 100644 --- a/index.ts +++ b/index.ts @@ -162,6 +162,10 @@ const communityOpponents = { [CommunityOpponents.ProjectIX]: { text: "Project IX", colour: ["#FFFFFF", "#000000"] + }, + [CommunityOpponents.ProjectX]: { + text: "Project X", + colour: ["#000000", "#FFFFFF"] } } diff --git a/types.ts b/types.ts index b2789e8..5a8630b 100644 --- a/types.ts +++ b/types.ts @@ -136,6 +136,7 @@ export enum CommunityOpponents { Stik = "Stik", ThisMessage = "ThisMessage", ProjectIX = "ProjectIX", + ProjectX = "ProjectX", } export enum Hair {