Page 1 of 1

How to keep game editor from selecting transparent color?

PostPosted: Sat Mar 24, 2007 8:09 pm
by MrScience101
When I load my title screen for my game it displays everything but the dismal gray background I chose. I suspect that the reason it does not draw the background color is because it assumes it is the transparent color and should not be drawn. However, I want to force it to draw the whole picture without it selecting which colors to draw and which not to. Any ideas how to do that?

Thanks.

PostPosted: Sat Mar 24, 2007 8:21 pm
by MrScience101
I am dumb. It tells you in the editor, that the first pixel encountered is the transparent color, or if there is an alpha channel it considers that. Sorry.

PostPosted: Sat Mar 24, 2007 11:07 pm
by Sgt. Sparky
it's okay :D
remember as kodu I think it is said:
Search and you will find...

PostPosted: Mon Mar 26, 2007 12:33 am
by DilloDude
If you want to keep a bg colour, just add a border (or a row on the top pr left) that is a colour not used anywhere else. That way, none of the image is effected.