From aaf9fd094eb380f259832cc1264837cd1228b2b3 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 1 Nov 2020 15:29:10 -0600 Subject: [PATCH] Updated Script info (UniStore) (markdown) --- Script-info-(UniStore).md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Script-info-(UniStore).md b/Script-info-(UniStore).md index d60bc7a..3d479e2 100644 --- a/Script-info-(UniStore).md +++ b/Script-info-(UniStore).md @@ -10,6 +10,7 @@ Each item in the UniStore must have one `info` section, here is an example and e "description": "A multiapp, JSON script-based updater for Nintendo 3DS", "license": "gpl-3.0", "icon_index": 0, + "sheet_index": 0, "last_updated": "2020-07-02 at 14:03 (UTC)" } ``` @@ -22,4 +23,5 @@ Each item in the UniStore must have one `info` section, here is an example and e - `description` is the description to show when selected - `license` is the license the app uses - `icon_index` is the index of the icon inside the t3x sprite sheet, use `-1` if it doesn't have one +- `sheet_index` is the t3x sprite sheet that the icon is in, if left out `0` will be used - `last_updated` is the date and time the app was last updated, used for sorting by last updated so YYYY-MM-DD HH:MM is recommended \ No newline at end of file