mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2025-02-08 03:31:01 +00:00
Add new render flags to the docs
This commit is contained in:
parent
85cce2fe82
commit
c04bf0d323
@ -1211,10 +1211,25 @@ style: toolref
|
||||
<td>Offsets each column of the secondary background's vertical position. Unimplemented.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RENDER_BG1_ROTATIONT</td>
|
||||
<td>$0004</td>
|
||||
<td>RENDER_BG1_ROTATION</td>
|
||||
<td>$0008</td>
|
||||
<td>Use the internal rotation tables to render the secondary background</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RENDER_PER_SCANLINE</td>
|
||||
<td>$0010</td>
|
||||
<td>Set individual scanline properties for the primary and secondary backgrounds from a table.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RENDER_WITH_SHADOWING</td>
|
||||
<td>$0020</td>
|
||||
<td>Uses a rendering mode that does not draw sprites into the tiles but uses shadowing to draw sprites on top of the rendered background and then expose the final composited image. This mode is required to use compiled sprites.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RENDER_SPRITES_SORTED</td>
|
||||
<td>$0040</td>
|
||||
<td>Draws the sprite in y-sorted order instead of sprite slot order.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user