bmap

Panel-Hintergrundbild. Falls innerhalb der Paneldefinition keine size_x oder size_y-Parameter angegeben sind, legt die Grösse dieser Bitmap die Panelgrösse fest.

Typ:

BMAP*(oder Dateiname während der Definition)

Bemerkungen:

Beispiel:

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

Siehe auch:

panel, layer, pos_x, size_x

► Aktuelle Version Online