Skip to content

BASIC SET TILE Statement

Curtis F Kaylor edited this page Jan 8, 2024 · 1 revision

SET TILE

TYPE: plusBASIC graphics statement


FORMAT: SET TILE tile TO tiledata

Action: Populates the pixels in a tile.

  • tile is the tile number in the range 0 through 511.
  • tiledata is string containing the binary pixel color indexes

Examples:

SET TILE 7 TO $"FFFFFFFFF0000000FF0000000FF0000000FF0000000FF0000000FF0000000FFFFFFFFF"

Sets tile 7 to an unfilled square with color index 15.

Clone this wiki locally