c# - XNA 4.0 - Load texture without background -
How to draw a phantom without background: Display it for example:
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
Post a Comment