Move top from bottom to top

it just makes sense to me
This commit is contained in:
triangle 2022-08-29 03:27:25 -05:00 committed by NightScript
parent 48add997c3
commit b6101a1172

View File

@ -26,6 +26,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 |
| 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 |
@ -34,7 +35,6 @@ These can be PNG files or 16-bit (`A1 R5 G5 B5` or `X1 R5 G5 B5`) BMP files.
| bottom_bubble_macro | For the DSi theme, the background texture when hovering over an icon while using Macro Mode | | bottom_bubble_macro | For the DSi theme, the background texture when hovering over an icon while using Macro Mode |
| bottom_moving | For the DSi theme, the bottom background texture when moving an icon | | bottom_moving | For the DSi theme, the bottom background texture when moving an icon |
| bottom_moving_macro | For the DSi theme, the background texture when moving an icon while using Maco Mode | | bottom_moving_macro | For the DSi theme, the background texture when moving an icon while using Maco Mode |
| top | The top screen background texture |
### Battery textures (`battery` folder) ### Battery textures (`battery` 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.