Skip to content

Commit 4b23c8e

Browse files
committed
feat: Added Hytale to supported games
1 parent a01deca commit 4b23c8e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/components/games.information.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,6 +1484,18 @@ const GamesInformation: GameInfoItem[] = [
14841484
appWeb: [AppWeb.Web],
14851485
os: [OperatingSystem.Windows],
14861486
},
1487+
{
1488+
id: 70216,
1489+
name: "Hytale",
1490+
image: "https://media.forgecdn.net/game-box-art/70216_fa616440-8ef1-4dd1-80dc-1bd2b2d92fc0.jpg",
1491+
avatarUrl: "",
1492+
appWeb: [AppWeb.Web, AppWeb.OverwolfApp, AppWeb.Standalone],
1493+
os: [
1494+
OperatingSystem.Windows,
1495+
OperatingSystem.Mac,
1496+
OperatingSystem.Linux,
1497+
],
1498+
},
14871499
];
14881500

14891501
export default GamesInformation;

0 commit comments

Comments
 (0)