Skip to content

Commit

Permalink
Update RoRR image and pump settings store schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
anttimaki committed Jun 3, 2024
1 parent b4825f0 commit 5facf68
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/assets/data/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@
"label": "risk-of-rain-returns",
"meta": {
"displayName": "Risk of Rain Returns",
"iconUrl": "RiskofRainReturns.jpg"
"iconUrl": "RiskOfRainReturns.png"
},
"distributions": [
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/model/game/GameManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ export default class GameManager {
"https://thunderstore.io/c/castle-story/api/v1/package/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM_DIRECT, "227860")], "CastleStory.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["cs"]),

new Game(
"Panicore", "Panicore", "Panicore",
"Panicore", ["Panicore.exe"], "Panicore",
Expand All @@ -643,7 +643,7 @@ export default class GameManager {
new Game("Risk of Rain Returns", "RiskofRainReturns", "RiskofRainReturns",
"Risk of Rain Returns", ["Risk of Rain Returns.exe"], "",
"https://thunderstore.io/c/risk-of-rain-returns/api/v1/package/", EXCLUSIONS,
[new StorePlatformMetadata(StorePlatform.STEAM, "1337520")], "RiskofRainReturns.jpg",
[new StorePlatformMetadata(StorePlatform.STEAM, "1337520")], "RiskOfRainReturns.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.RETURN_OF_MODDING, ["rorr"]),
];

Expand Down
2 changes: 1 addition & 1 deletion src/r2mm/manager/SettingsDexieStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class SettingsDexieStore extends Dexie {

// Add all games to store. Borked v2-3 locally
// Increment per game or change to settings.
this.version(72).stores(store);
this.version(73).stores(store);

this.activeGame = game;
this.global = this.table("value");
Expand Down

0 comments on commit 5facf68

Please sign in to comment.