Hello,
I wanted to make a main menu for my game. The Title should have the Overlay flag. But... thats the problem it doesn't works! Everything which should be transparent is black (r:0 b:0 g:0). But i see the black surfaces!
Here is the Code:
Click to reveal..

BMAP* header_png = "menu/header.png";

PANEL* Header =
{
bmap = header_png;
flags = OVERLAY | SHOW;
}
//a very simple code wink