I'm trying to draw a 2D image over my quake 3 map (like a HUD) but I can’t get transparency to work. The complete image is drawn to the screen.
Here is the code I’m using:
driver->makeColorKeyTexture(lives,core::position2d<s32>(0,0));
driver->draw2DImage(lives,core::position2d<s32>(500,0));