Strange Color in Spriter

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By FreshT
:warning: Old Version Published before Godot 3 was released.

Hey Guys i have a question :slight_smile:

I have this Sprite. I have made it transparent with photoshop. But when i load it into the game a have this strange border at the edge of the Spirte ? What can i do ?

:bust_in_silhouette: Reply From: Rayek

Photoshop stores white pixels in the transparent edges. To fix, use the “Fix Alpha Edges” option.

Check out the manual entry:
http://docs.godotengine.org/en/stable/tutorials/asset_pipeline/managing_image_files.html

You also might want to play with the flags in the Inspector panel in Godot. Disable Filtering if you want a pixelated edge and vice versa.

NeoTheThird | 2017-03-28 18:42