Skip to content

Commit

Permalink
Merge pull request #1421 from ebkr/game-addition-readme
Browse files Browse the repository at this point in the history
Remove reference to Dexie store from game addition doc
  • Loading branch information
anttimaki authored Aug 23, 2024
2 parents 447b733 + 73398ce commit abee6cc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/Adding a game.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@
- EG: RoR2, NASB, TABS, etc.
- Pattern is lowercase although likely isn't necessary.

### Update SettingsDexieStore
You'll find a line similar to:
```ts
this.version(33).stores(store);
```
Bump this by one each time a game is added to GameManager.

### Creating new installation rules
- See all files under `/src/r2mm/installing/default_installation_rules/`
- `game_rules` stores all game specific rules.
Expand Down

0 comments on commit abee6cc

Please sign in to comment.