diff --git a/src/config/Games.ts b/src/config/Games.ts index 90ca3ab..1a68983 100644 --- a/src/config/Games.ts +++ b/src/config/Games.ts @@ -163,4 +163,10 @@ export const Games: Array<{ name: "Project Zomboid", url: "https://store.steampowered.com/app/108600/Project_Zomboid/", }, + { + alt: "3D render of an anime-style character in a cozy room. The character wears a pink dress, glasses, and has short brown hair. The room features a round window, bookshelves, plants, and a purple cushion with a cat-shaped teapot. The scene has a warm, soft lighting.", + img: "spirit-city.png", + name: "Spirit City: Lofi Sessions", + url: "https://store.steampowered.com/app/2113850/Spirit_City_Lofi_Sessions/", + }, ]; diff --git a/src/config/Play.ts b/src/config/Play.ts index b2b175f..4c621cf 100644 --- a/src/config/Play.ts +++ b/src/config/Play.ts @@ -44,7 +44,7 @@ export const Play: Array<{ { android: "https://play.google.com/store/apps/details?id=com.yoozoo.jgame.us", guild: { - id: "100021", + id: "100030", name: "NHC", }, ios: "https://apps.apple.com/us/app/echocalypse-scarlet-covenant/id6446244975", @@ -88,4 +88,15 @@ export const Play: Array<{ name: "Animal Crossing: Pocket Camp", userId: "3848 6071 011", }, + { + android: "https://play.google.com/store/apps/details?id=com.omnidream.ohs&hl=en-US", + guild: { + id: "NHCarrigan", + name: "NHCarrigan", + }, + ios: "https://apps.apple.com/us/app/omniheroes/id1620283683", + name: "Omniheroes", + server: "S651", + userId: "426716065110770702", + }, ];