Update custom skins page and example skins (#94)

* Update dsi skin examples

* Add new textures to custom skins page

* I forgot one
This commit is contained in:
DVDo 2024-01-01 15:45:52 -08:00 committed by GitHub
parent 43c78cec54
commit 6ad7959040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 6 deletions

View File

@ -27,6 +27,7 @@ These can be PNG files or 16-bit (`A1 R5 G5 B5` or `X1 R5 G5 B5`) BMP files.
| Texture | Description |
| ------------------- | ------------------------------------------------------------------------------------------------------ |
| top | The top screen background texture |
| top_photo | The top screen background texture when a photo is being shown |
| bottom | The bottom background texture when not hovering over an icon |
| bottom_ds | For the 3DS theme, the bottom background texture when not hovering over an icon when on a DS Phat/Lite |
| bottom_macro | For the DSi theme, the background texture when not hovering over an icon while using Macro Mode |
@ -124,12 +125,16 @@ These must be PNG files.
### UI textures (`ui` folder)
These must be PNG files. Transparency is supported, however only 100% transparency will work. Any pixel that is transparent in one texture should be transparent in all of them, so that it's properly overwritten on change.
| Texture | Description |
| ---------------- | ------------------------------------------------------- |
| Lshoulder | The left shoulder |
| Lshoulder_greyed | The left shoulder when there are no pages to the left |
| Rshoulder | The right shoulder |
| Rshoulder_greyed | The right shoulder when there are no pages to the right |
| Texture | Description |
| ---------------------- | ---------------------------------------------------------------- |
| Lshoulder | The left shoulder |
| Lshoulder_greyed | The left shoulder when there are no pages to the left |
| Lshoulder_photo | The left shoulder when there is a photo being shown |
| Lshoulder_photo_greyed | The left shoulder with no pages to the left and a photo showing |
| Rshoulder | The right shoulder |
| Rshoulder_greyed | The right shoulder when there are no pages to the right |
| Rshoulder_photo | The right shoulder when there is a photo being shown |
| Rshoulder_photo_greyed | The right shoulder with no pages to the left and a photo showing |
### Video texture (`video` folder)
Only used for the 3DS theme, `3dsRotatingCubes.rvid` is a Rocket Video file. For more information on converting videos to rvid, read [Converting a video to .rvid](https://github.com/RocketRobz/Vid2RVID/wiki/Converting-a-video-to-.rvid) on the Vid2RVID wiki. If you don't want this to be drawn you can simply delete it.

BIN
skin-examples.zip Normal file

Binary file not shown.