Skip to content

Commit

Permalink
Merge pull request #73 from encounter/tww
Browse files Browse the repository at this point in the history
Add The Wind Waker
  • Loading branch information
ethteck authored Sep 14, 2023
2 parents 74f90fe + b6f44d9 commit 2714768
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/games/game/game.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ <h1>{{ game.title }}</h1>
</article>
</ng-container>

<article>
<article *ngIf="game.faq">
<game-faq [game]="game"></game-faq>
</article>
14 changes: 11 additions & 3 deletions src/assets/json/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "Ocarina of Time",
"routingURL": "games/oot",
"links": {
"github": "https://www.github.com/zeldaret/oot"
"github": "https://github.com/zeldaret/oot"
},
"shieldURL": "assets/csv/progress-oot-shield.json",
"faq": "oot_faq",
Expand Down Expand Up @@ -48,7 +48,7 @@
"title": "Majora's Mask",
"routingURL": "games/mm",
"links": {
"github": "https://www.github.com/zeldaret/mm"
"github": "https://github.com/zeldaret/mm"
},
"shieldURL": "assets/csv/progress-mm-shield.json",
"faq": "mm_faq",
Expand Down Expand Up @@ -127,12 +127,20 @@
}
]
},
{
"slug": "tww",
"title": "The Wind Waker",
"links": {
"github": "https://github.com/zeldaret/tww"
},
"shieldURL": "https://progress.deco.mp/data/tww/GZLE01/all/?format=json&measure=code&mode=shield"
},
{
"slug": "tmc",
"title": "The Minish Cap",
"routingURL": "games/tmc",
"links": {
"github": "https://www.github.com/zeldaret/tmc"
"github": "https://github.com/zeldaret/tmc"
},
"shieldURL": "assets/csv/progress-tmc-shield.json",
"faq": "tmc_faq",
Expand Down

0 comments on commit 2714768

Please sign in to comment.