Compare commits

..

No commits in common. "e5925c97640338196fcab8f66e63d40a31111599" and "7e50cb802eabbb21695253e81596c2c4018a3847" have entirely different histories.

15 changed files with 0 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

View file

@ -154,10 +154,6 @@ const communityOpponents = {
[CommunityOpponents.Stik]: { [CommunityOpponents.Stik]: {
text: "Stik", text: "Stik",
colour: ["#FF0000", "#000000"] colour: ["#FF0000", "#000000"]
},
[CommunityOpponents.ThisMessage]: {
text: "This Message",
colour: ["#000000", "#FFFFFF"]
} }
} }

View file

@ -23,7 +23,6 @@ export enum Hats {
TrafficCone = "Traffic Cone", TrafficCone = "Traffic Cone",
FirstPartyHat = "1st Party Hat", FirstPartyHat = "1st Party Hat",
MasterTransceivers = "Master Transceivers", MasterTransceivers = "Master Transceivers",
BuilderHelmet = "Builder Helmet",
} }
export enum Faces { export enum Faces {
@ -78,7 +77,6 @@ export enum Buddies {
NoodleTheKitten = "Noodle the Kitten", NoodleTheKitten = "Noodle the Kitten",
CakeDay = "Cake Day", CakeDay = "Cake Day",
MasterOG = "Master OG", MasterOG = "Master OG",
BattleBuilder = "Battle Builder",
} }
export enum Backs { export enum Backs {
@ -134,7 +132,6 @@ export enum Opponents {
export enum CommunityOpponents { export enum CommunityOpponents {
None = "None", None = "None",
Stik = "Stik", Stik = "Stik",
ThisMessage = "ThisMessage",
} }
export enum Hair { export enum Hair {