Skip to content

Commit

Permalink
Merge pull request #1259 from cspotcode/patch-1
Browse files Browse the repository at this point in the history
Add MS Store version of Bomb Rush Cyberfunk
  • Loading branch information
MythicManiac authored Mar 14, 2024
2 parents 71b0903 + 94456c5 commit c2f2878
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/model/game/GameManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,10 @@ export default class GameManager {
"Bomb Rush Cyberfunk", "BombRushCyberfunk", "BombRushCyberfunk",
"BombRushCyberfunk", ["Bomb Rush Cyberfunk.exe"], "Bomb Rush Cyberfunk_Data",
"https://thunderstore.io/c/bomb-rush-cyberfunk/api/v1/package/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM, "1353230")], "BombRushCyberfunk.jpg",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["brc"]),
[
new StorePlatformMetadata(StorePlatform.STEAM, "1353230"),
new StorePlatformMetadata(StorePlatform.XBOX_GAME_PASS, "TeamReptile.BombRushCyberfunk")
], "BombRushCyberfunk.jpg", GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["brc"]),

new Game(
"TouhouLostBranchOfLegend", "TouhouLostBranchOfLegend", "TouhouLostBranchOfLegend",
Expand Down

0 comments on commit c2f2878

Please sign in to comment.