Represents the tile index and attribute data for a single background tile. More...
Public Member Functions | |
TileEntry (byte tile, byte pal) | |
Creates a new TileEntry. | |
Public Attributes | |
byte | Tile |
Pattern index. | |
byte | Palette |
Palette index. |
Represents the tile index and attribute data for a single background tile.
Romulus.Nes.TileEntry.TileEntry | ( | byte | tile, | |
byte | pal | |||
) |
Creates a new TileEntry.
tile | Pattern index. | |
pal | Palette index. |
Palette index.
Pattern index.