From 2b4802b6c0b9878980f7886d3f6bc44df5461b14 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 25 Sep 2020 16:52:37 -0500 Subject: [PATCH] Created Sprite sheet (markdown) --- Sprite-sheet.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Sprite-sheet.md diff --git a/Sprite-sheet.md b/Sprite-sheet.md new file mode 100644 index 0000000..dddb79b --- /dev/null +++ b/Sprite-sheet.md @@ -0,0 +1,11 @@ +UniStores can have a sprite sheet to have icons for the apps, this need to be in `.t3x` format which can be generated with devkitPro's `tex3ds`. + +To make the `.t3x` file you will need a `.t3s` file and image files. The `.t3s` should contain something like +``` +--atlas -f rgba -z auto + +0.png +1.png +``` + +Where `0.png` and `1.png` are app icons in the same directory. The app icons should be up to 48x48 and the order they are in the `.t3s` file will be the order for `icon_index` in their info section. \ No newline at end of file