Skip to content

Commit

Permalink
Merge pull request #1645 from ebkr/add-game-gang-beasts
Browse files Browse the repository at this point in the history
Add game: Gang Beasts
  • Loading branch information
anttimaki authored Feb 27, 2025
2 parents 08efbaf + 2427a1c commit 7e5442e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Binary file added src/assets/images/game_selection/GangBeasts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/model/game/GameManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,12 @@ export default class GameManager {
"https://thunderstore.io/c/dale-dawson-stationery-supplies/api/v1/package-listing-index/",
[new StorePlatformMetadata(StorePlatform.STEAM, "2920570")], "DaleAndDawson.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.RECURSIVE_MELON_LOADER, [""]),

new Game("Gang Beasts", "GangBeasts", "GangBeasts",
"Gang Beasts", ["Gang Beasts.exe"], "Gang Beasts_Data",
"https://thunderstore.io/c/gang-beasts/api/v1/package-listing-index/",
[new StorePlatformMetadata(StorePlatform.STEAM, "285900")], "GangBeasts.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.RECURSIVE_MELON_LOADER, ["gb"]),
];

static get activeGame(): Game {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ const VARIANTS = {
IAmYourBeast: MODLOADER_PACKAGES,
MiSide: MODLOADER_PACKAGES,
DaleAndDawson: RECURSIVE_MELONLOADER_MAPPING,
GangBeasts: RECURSIVE_MELONLOADER_MAPPING,
};
// Exported separately from the definition in order to preserve the key names in the type definition.
// Otherwise this would become [key: string] and we couldn't use the game names for type hinting elsewhere.
Expand Down

0 comments on commit 7e5442e

Please sign in to comment.