SetMaskColor(255, 0, 0) image:Timage = LoadAnimImage("Data/player.bmp",128,128,0,31)
I have this code...
The image I load has a red background (255,0,0) but somehow when I draw it it also draws the red part...
I don't get it... Is the mask and drawing affected by some functions? (my code is preety large so something there might cause that)