Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/model/game/GameManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default class GameManager {
new Game("Inscryption", "Inscryption", "Inscryption",
"Inscryption", ["Inscryption.exe"], "Inscryption_Data",
"https://thunderstore.io/c/inscryption/api/v1/package-listing-index/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM, "1092790"), new StorePlatformMetadata(StorePlatform.OTHER)], "Inscryption.png",
[new StorePlatformMetadata(StorePlatform.STEAM, "1092790"), new StorePlatformMetadata(StorePlatform.EPIC_GAMES_STORE, "Inscryption"), new StorePlatformMetadata(StorePlatform.XBOX_GAME_PASS, "DevolverDigitalGames.Inscryption"), new StorePlatformMetadata(StorePlatform.OTHER)], "Inscryption.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX),

new Game("Starsand", "Starsand", "Starsand",
Expand Down