Home Menu/Themes: Difference between revisions
No edit summary |
No edit summary |
||
Line 253: | Line 253: | ||
With draw-type val2, texture5 is also used(this likely isn't used for the entire top-screen). With draw-type val2, an extra texture with the same format/dimensions as texture5 can be used, when the additional texture offset field is set. | With draw-type val2, texture5 is also used(this likely isn't used for the entire top-screen). With draw-type val2, an extra texture with the same format/dimensions as texture5 can be used, when the additional texture offset field is set. | ||
==Frame Types== | |||
{| class="wikitable" border="1" | |||
|- | |||
! FrameType | |||
| Description | |||
|- | |||
| 2 | |||
| Animated, split into 3 sections of 320*240 and displayed in the order 0 > 1 > 0 > 2 | |||
|- | |||
| 4 | |||
| Animated, split into 3 sections of 320*240 and displayed in the order 0 > 1 > 2 > 1 | |||
|} | |||
==Textures== | ==Textures== |