I am running into a 1px dark gap problem where following code doesn’t really solve it.
display.setDefault('minTextureFilter', 'nearest') display.setDefault('magTextureFilter', 'nearest') display.setDefault('isImageSheetSampledInsideFrame', true)
As far as I know, the only safe way is to add gap/border between sprites, but since my assets are already packed into spritesheets (I don’t have individual sprites, they are designed for other game engine where this isn’t an issue), I need to somehow add borders to them.
Is there a good tool that will automate such thing quickly? I do have around 100 spritesheets unfortunately, good news is: they are mostly sets of 32px by 32px tiles.