From c2da9c723b75f05ac67f3cc7fcb8977885286425 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 1 Nov 2020 16:15:49 -0600 Subject: [PATCH] Updated storeInfo (markdown) --- storeInfo.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/storeInfo.md b/storeInfo.md index 1eb415e..7eaf32b 100644 --- a/storeInfo.md +++ b/storeInfo.md @@ -9,6 +9,8 @@ All UniStores must have one `storeInfo`, this tells Universal-Updater informatio "url": "https://db.universal-team.net/unistore/universal-db.unistore", "sheet": "universal-db.t3x", "sheetURL": "https://db.universal-team.net/unistore/universal-db.t3x", + "bg_index": 0, + "bg_sheet": 0, "version": 3, "revision": 60 } @@ -19,7 +21,9 @@ All UniStores must have one `storeInfo`, this tells Universal-Updater informatio - `description` is the description of the UniStore Universal-Updater will show - `file` is the name the UniStore will be saved as on the SD card - `url` is where the UniStore can be downloaded from for updating -- `sheet` is the name the t3x sprite sheet for the UniStore's icons will be saved as on the SD card -- `sheetURL` is where the t3x sprite sheet can be downloaded for updating +- `sheet` is the name the t3x sprite sheet for the UniStore's icons will be saved as on the SD card, this can be an array if you need more than one +- `sheetURL` is where the t3x sprite sheet can be downloaded for updating, this can be an array if you need more than one +- `bg_index` is the index in the t3x of the background image to show on the top screen, if left out then the default solid blue will be shown +- `bg_sheet` is the t3x sprite sheet the background image is in - `version` is the version of the UniStore, this should always be `3` for the current version of Universal-Updater - `revision` is the revision of the UniStore, this should be incremented each time its updated so Universal-Updater knows there's been an update \ No newline at end of file