bmap

Panel background image. The size of this bitmap determines the size of the panel if no size parameters are given within the panel definition.

Type:

BMAP* (or file name in definition)

Remarks:

Example:

BMAP* compass_map = "compass.pcx"; 

PANEL* aircraft_pan =
{
   bmap = compass_map; // compass_map as panel background
   flags = SHOW;
}

PANEL* splashscreen = { bmap = "splash.pcx"; } // creates a bmap splash_pcx

See also:

PANEL, layer, pos, size, target_map

► latest version online