From 7e758e8b5763622b648a5ba7dda7f11370de6816 Mon Sep 17 00:00:00 2001 From: emilybrooks Date: Sun, 30 Jun 2024 09:51:54 -0700 Subject: [PATCH] Add Animal Forest's 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 567f161..13474ed 100644 --- a/src/assets/json/games.json +++ b/src/assets/json/games.json @@ -130,8 +130,11 @@ { "slug": "af", "title": "Animal Forest", + "routingURL": "https://zeldaret.github.io/af/", + "external": true, "links": { - "github": "https://github.com/zeldaret/af" + "github": "https://github.com/zeldaret/af", + "progress": "https://zeldaret.github.io/af/" }, "shieldURL": "https://progress.decomp.club/data/animalforest/jp/code/?format=json&measure=all&mode=shield" },