Skip to content

Commit 8dca2cf

Browse files
authored
Merge pull request #66 from BashPrime/support-corruption
Support corruption
2 parents 207bae6 + 936196b commit 8dca2cf

20 files changed

+4637
-3431
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Metroid Prime Hint Tracker
22

3-
A hint tracker for Metroid Prime 2: Echoes Randomizer which helps organize the hints that players write down during a play session.
3+
A tracker which helps organize the hints that players write down during a randomizer play session.
4+
5+
The following game randomizers are supported:
6+
7+
* Metroid Prime
8+
* Metroid Prime 2: Echoes
9+
* Metroid Prime 3: Corruption
410

511
![echoestracker](https://github.com/user-attachments/assets/e5bf8eb4-f0b6-4f54-a056-9cac4c9d4463)
612

electron-builder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"category": "Game"
1212
},
1313
"win": {
14-
"target": ["portable"]
14+
"target": ["nsis", "portable"]
1515
}
1616
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "prime-hint-tracker",
33
"private": true,
44
"author": "BashPrime",
5-
"version": "2.0.0",
5+
"version": "3.0.0",
66
"type": "module",
77
"main": "dist-electron/electron/main.js",
88
"scripts": {
@@ -52,8 +52,8 @@
5252
"postcss": "^8.5.3",
5353
"tailwindcss": "^3.4.17",
5454
"typescript": "~5.6.3",
55-
"typescript-eslint": "^8.29.0",
55+
"typescript-eslint": "^8.29.1",
5656
"vite": "^6.2.5"
5757
},
58-
"packageManager": "pnpm@8.10.5+sha1.4370a069f21873a0ad83c785b8048ed8caf6e6e9"
58+
"packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971"
5959
}

0 commit comments

Comments
 (0)