From b9c78cd105228068714a0778a3cf86151f32d323 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Thu, 18 Jul 2024 13:43:49 -0400 Subject: [PATCH] Add The Wind Waker progress website --- src/assets/json/games.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/assets/json/games.json b/src/assets/json/games.json index 13474ed..d22e8d7 100644 --- a/src/assets/json/games.json +++ b/src/assets/json/games.json @@ -141,8 +141,11 @@ { "slug": "tww", "title": "The Wind Waker", + "routingURL": "https://zeldaret.github.io/tww/", + "external": true, "links": { - "github": "https://github.com/zeldaret/tww" + "github": "https://github.com/zeldaret/tww", + "progress": "https://zeldaret.github.io/tww/" }, "shieldURL": "https://progress.decomp.club/data/tww/GZLE01/all/?format=json&measure=code&mode=shield" },