Fix tables not being tableified

This commit is contained in:
Pk11 2020-12-23 22:47:08 -06:00
parent 62cbab62c4
commit f2c2a37cb1

View File

@ -21,6 +21,7 @@ Be aware the paletted textures come with more restrictions than BMP textures, th
The `volume` and `battery` textures are self explanatory. The `volume` and `battery` textures are self explanatory.
### Background textures (`background_grit` folder) ### Background textures (`background_grit` folder)
| Texture | Description | | Texture | Description |
| ---------------- | ------------------------------------------------------------------------------------------------- | | ---------------- | ------------------------------------------------------------------------------------------------- |
| bottom | The bottom background texture when not hovering over an icon | | bottom | The bottom background texture when not hovering over an icon |
@ -30,6 +31,7 @@ The `volume` and `battery` textures are self explanatory.
| top | The top background | | top | The top background |
### Paletted textures (`grit` folder) ### Paletted textures (`grit` folder)
| Texture | Description | Palette Restrictions (if less than 16) | | Texture | Description | Palette Restrictions (if less than 16) |
| ------------- | ---------------------------------------------------------------------------------------------- | --------------------------------------------------------------- | | ------------- | ---------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| bips | The bips displayed on the bottom of the scrollbar (DSi Theme) | | | bips | The bips displayed on the bottom of the scrollbar (DSi Theme) | |
@ -65,8 +67,9 @@ The `volume` and `battery` textures are self explanatory.
| wirelessicons | The icons displayed to indicate a game has wireless support | 7 Colors | | wirelessicons | The icons displayed to indicate a game has wireless support | 7 Colors |
### UI textures (`ui` folder) ### UI textures (`ui` folder)
| Texture | Description | | Texture | Description |
| ---------------- | --------------------------------------------------------| | ---------------- | ------------------------------------------------------- |
| date_time_font | The font to display the date and time | | date_time_font | The font to display the date and time |
| 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 |
@ -81,7 +84,7 @@ The `volume` and `battery` textures are self explanatory.
You can add custom fonts in NFTR (Nitro FonT Resource) format, these are not in the example themes, but you can download the default fonts from [here](https://github.com/DS-Homebrew/TWiLightMenu/tree/master/romsel_dsimenutheme/nitrofiles/graphics/font). One utility you can use to edit NFTR files is Pk11's [nftr-editor](https://pk11.us/nftr-editor/) (works in any modern browser). You can add custom fonts in NFTR (Nitro FonT Resource) format, these are not in the example themes, but you can download the default fonts from [here](https://github.com/DS-Homebrew/TWiLightMenu/tree/master/romsel_dsimenutheme/nitrofiles/graphics/font). One utility you can use to edit NFTR files is Pk11's [nftr-editor](https://pk11.us/nftr-editor/) (works in any modern browser).
| File | Description | | File | Description |
| ---------- | ----------------------------------------- | | ---------- | ----------------------------------------- |
| large.nftr | The large font used for titles | | large.nftr | The large font used for titles |
| small.nftr | The smaller font used for most other text | | small.nftr | The smaller font used for most other text |