diff --git a/assets/battlebgs/VS Cake Day Background_20240617182610.png b/assets/battlebgs/CakeDay.png similarity index 100% rename from assets/battlebgs/VS Cake Day Background_20240617182610.png rename to assets/battlebgs/CakeDay.png diff --git a/assets/battlebgs/VS Dicey Background 2024_20240605171737.png b/assets/battlebgs/Dicey2024.png similarity index 100% rename from assets/battlebgs/VS Dicey Background 2024_20240605171737.png rename to assets/battlebgs/Dicey2024.png diff --git a/assets/battlebgs/VS Master OG.png b/assets/battlebgs/MasterOG.png similarity index 100% rename from assets/battlebgs/VS Master OG.png rename to assets/battlebgs/MasterOG.png diff --git a/index.ts b/index.ts index bda376b..904fc93 100644 --- a/index.ts +++ b/index.ts @@ -130,6 +130,18 @@ const opponents = { [Opponents.HouseannorSupport]: { text: "Houseannor Support", colour: ["#FF00FF", "#FFFFFF"] + }, + [Opponents.Dicey2024]: { + text: "Dicey", + colour: ["#000000", "#FFFFFF"] + }, + [Opponents.CakeDay]: { + text: "Cake Day", + colour: ["#FA61FF", "#FFFFFF"] + }, + [Opponents.MasterOG]: { + text: "Master OG", + colour: ["#FF0000", "#FFFFFF"] } } diff --git a/types.ts b/types.ts index f72ffd6..ce5cd05 100644 --- a/types.ts +++ b/types.ts @@ -113,6 +113,9 @@ export enum Opponents { Eda = "Eda", TheFirewall = "TheFirewall", HouseannorSupport = "HouseannorSupport", + Dicey2024 = "Dicey2024", + CakeDay = "CakeDay", + MasterOG = "MasterOG", } export enum Hair {