Skip to content

Commit

Permalink
Merge pull request #72 from Trueffeloot/tp-progress-support
Browse files Browse the repository at this point in the history
TP Progress Support
  • Loading branch information
ethteck committed Jul 24, 2023
2 parents 387db19 + ccbc80c commit 74f90fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 123 deletions.
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": [
]
}
]
110 changes: 0 additions & 110 deletions src/assets/md/tp_faq.md

This file was deleted.

0 comments on commit 74f90fe

Please sign in to comment.