mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-07 00:39:30 +00:00
Updated Sprite sheet (markdown)
+8
-3
@@ -1,11 +1,16 @@
|
|||||||
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`.
|
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
|
To make the `.t3x` file you will need a `.t3s` file and image files. The `.t3s` should contain something like:
|
||||||
```
|
```t3s
|
||||||
--atlas -f rgba -z auto
|
--atlas -f rgba -z auto
|
||||||
|
|
||||||
0.png
|
0.png
|
||||||
1.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.
|
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.
|
||||||
|
|
||||||
|
You can then generate the t3x by running:
|
||||||
|
```bash
|
||||||
|
tex3ds -i path/to/file.t3x -o path/to/file.t3x
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user