Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TP Progress Support #72

Merged
merged 2 commits into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
TP Progress Support
  • Loading branch information
Trueffeloot committed Jun 23, 2023
commit af92714f7ed973e8e122b398d82be14dd4fe5b60
10 changes: 10 additions & 0 deletions src/assets/json/external-games.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
[
{
"slug": "tp",
"title": "Twilight Princess",
"routingURL": "https://zsrtp.link",
"links": {
"github": "https://github.com/zeldaret/tp",
"progress": "https://zsrtp.link/progress"
},
"shieldURL": "https://progress.deco.mp/data/twilightprincess/gcn_usa/default/?format=json&measure=code&mode=shield"
},
{
"slug": "botw",
"title": "Breath of the Wild",
Expand Down
13 changes: 0 additions & 13 deletions src/assets/json/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,18 +173,5 @@
]
}
]
},
{
"slug": "tp",
"title": "Twilight Princess",
"routingURL": "games/tp",
"links": {
"github": "https://www.github.com/zeldaret/tp"
},
"faq": "tp_faq",
"csvs": {
},
"progressMeta": [
]
}
]