mirror of
https://github.com/rvtr/wiki.git
synced 2025-06-18 11:05:39 -04:00
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:
parent
43c78cec54
commit
6ad7959040
@ -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 |
|
| Texture | Description |
|
||||||
| ------------------- | ------------------------------------------------------------------------------------------------------ |
|
| ------------------- | ------------------------------------------------------------------------------------------------------ |
|
||||||
| top | The top screen background texture |
|
| 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 | 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_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 |
|
| 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)
|
### 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.
|
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 |
|
| Texture | Description |
|
||||||
| ---------------- | ------------------------------------------------------- |
|
| ---------------------- | ---------------------------------------------------------------- |
|
||||||
| Lshoulder | The left shoulder |
|
| Lshoulder | The left shoulder |
|
||||||
| Lshoulder_greyed | The left shoulder when there are no pages to the left |
|
| Lshoulder_greyed | The left shoulder when there are no pages to the left |
|
||||||
| Rshoulder | The right shoulder |
|
| Lshoulder_photo | The left shoulder when there is a photo being shown |
|
||||||
| Rshoulder_greyed | The right shoulder when there are no pages to the right |
|
| 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)
|
### 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.
|
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
BIN
skin-examples.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user