hey
so i am programming a pixel art game and just could not find a way to remove the texture bleeding effect …
i thought with the parameter the texture filter was set also to nearest but i thought wrong :-/
so here is xml file for a pixel art texture:
<texture>
<filter mode="nearest" />
<mipmap enable="false" />
<quality low="0" />
</texture>
Before:
After: