From 07d86ff7dac182bd5f98066c07c46e40e4a77ee2 Mon Sep 17 00:00:00 2001 From: Glazed_Belmont <48196637+GlaZedBelmont@users.noreply.github.com> Date: Wed, 26 Apr 2023 08:17:38 -0400 Subject: [PATCH] add json for apotris. this PR adds the needed json for accessing Apotris. --- store/gba/Apotris.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 store/gba/Apotris.json diff --git a/store/gba/Apotris.json b/store/gba/Apotris.json new file mode 100644 index 00000000..03864101 --- /dev/null +++ b/store/gba/Apotris.json @@ -0,0 +1,18 @@ +{ + "system": "gba", + "status": "true", + "logo": "logo_gba", + "title": "Apotris", + "url": "XXXX", + "file": "https://raw.githubusercontent.com/EmuDeck/emudeck-homebrew/main/gba/apotris.zip", + "description": "Apotris is a block stacking game for the Gameboy Advance! Made by akouzoukos.", + "pictures": { + "screenshots": [ + "https://raw.githubusercontent.com/EmuDeck/emudeck-homebrew/main/downloaded_media/gba/screenshots/homebrew/apotris.png?raw=true" + ], + "titlescreens": [ + "https://raw.githubusercontent.com/EmuDeck/emudeck-homebrew/main/downloaded_media/gba/titlescreens/homebrew/apotris.png?raw=true" + ] + }, + "tags": ["puzzle"] +}