From a62c7a2c6b7cf93dc152de6d11d0456212710601 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sun, 2 Aug 2026 11:17:58 +0200 Subject: [PATCH] Add repo field to metadata Records the game repository as a Repository external link in the teletypegames catalog. Co-Authored-By: Claude Fable 5 --- metadata.json | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata.json b/metadata.json index 4df22df..390fb83 100644 --- a/metadata.json +++ b/metadata.json @@ -4,6 +4,7 @@ "author": "Teletype Games", "desc": "A small pixel-art platformer: hop, jump, and outwit moving spikes and disappearing tiles across 10 levels. Made with Phaser 3.", "site": "https://git.teletypegames.org/games/trickster-tiles", + "repo": "https://git.teletypegames.org/games/trickster-tiles", "license": "MIT License", "version": "0.1.1" }