add json for apotris.

this PR adds the needed json for accessing Apotris.
This commit is contained in:
Glazed_Belmont 2023-04-26 08:17:38 -04:00 committed by Rodrigo
parent 35675e43e6
commit 07d86ff7da

18
store/gba/Apotris.json Normal file
View file

@ -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"]
}