Updated storeInfo (markdown)

Pk11
2020-11-01 16:15:49 -06:00
parent 0cfb088c87
commit c2da9c723b
+6 -2
@@ -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