Platz Function PlatzMapSprite

From Uzebox Wiki
Jump to navigation Jump to search
Prototype

void PlatzMapSprite(u8 index, u8 wid, u8 hgt, const char *map);

Description

Maps a map of tiles to the kernel's sprites collection.

Parameters
  • index: The point within the kernel's sprites collection to begin mapping this sprite.
  • wid: The width of map.
  • hgt: The height of map.
  • map: The tile data to map as a sprite.
Returns

Void

Video Modes

3

Since

V0.3a