Hi,
I have made a Truecolor 32Bit-BITMAP(tga) with an alphachannel
and I would show them with the function blit(...), but the
alphachannel was ignored.
Can anyone help me, how to use bitmaps with an alpha channel?
Krendor
set_alpha_blender(); draw_trans_sprite(buffer, alpha_sprite, x, y);
yes, thanks. Now it works.
Krendor