This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
f3dex [2019/10/03 23:35] jesusyoshi54 [F2: G_SETTILESIZE] |
f3dex [2024/02/27 04:57] (current) BanjoFreak64 [F2: G_SETTILESIZE] |
||
---|---|---|---|
Line 586: | Line 586: | ||
| <color darkgreen>TTT</color> | Upper-left corner of texture to load, T-axis | | | <color darkgreen>TTT</color> | Upper-left corner of texture to load, T-axis | | ||
| <color #00a2e8>I</color> | Tile descriptor to load into | | | <color #00a2e8>I</color> | Tile descriptor to load into | | ||
- | | <color darkred>W</color> | (width - 1) << 2 | | + | | <color purple>W</color> | (width - 1) << 2 | |
- | | <color darkgreen>H</color> | (height - 1) << 2 | | + | | <color darkcyan>H</color> | (height - 1) << 2 | |