Edited code and finalised maps

This commit is contained in:
Eddie Annor 2024-08-30 13:13:40 +01:00 committed by GitHub
parent 0e35f54416
commit d7fe048c98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 5 additions and 0 deletions

View file

Before

Width:  |  Height:  |  Size: 347 KiB

After

Width:  |  Height:  |  Size: 347 KiB

View file

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View file

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View file

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View file

@ -158,6 +158,10 @@ const communityOpponents = {
[CommunityOpponents.ThisMessage]: {
text: "This Message",
colour: ["#000000", "#FFFFFF"]
},
[CommunityOpponents.ProjectIX]: {
text: "Project IX",
colour: ["#FFFFFF", "#000000"]
}
}

View file

@ -135,6 +135,7 @@ export enum CommunityOpponents {
None = "None",
Stik = "Stik",
ThisMessage = "ThisMessage",
ProjectIX = "ProjectIX",
}
export enum Hair {