c# - XNA 4.0 - Load texture without background -


How to draw a phantom without background: Display it for example:

Enter image details here

Without

I am using XNA 4.0 .

I do not want to edit all the textures: /

thanks!)

Solution!

Image Properties - & gt; Content processor - & gt; Color key color - This is a color that we will remove.

You have to save it from .NET Paint. Remove the alpha as PNG and so that when you import it, it is empty.

You can find Net Color


Comments

Popular posts from this blog

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

Send innerHTML text in URL in JSP -