You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having an X and Y padding setting (how far away each sprite should be from each other) would be really useful, since having padding allows you to prevent bleeding textures (caused by antialiasing). Bleeding textures are caused whenever images are too close to each other, and so the pixels from one image bleed into the other image that's nearby.
Note: Padding is not needed to be applied if the edge of a frame of the animation is on an edge of the image since there is no bleeding from image edges, bleeding only happens from within the actual sheet.
The text was updated successfully, but these errors were encountered:
Having an X and Y padding setting (how far away each sprite should be from each other) would be really useful, since having padding allows you to prevent bleeding textures (caused by antialiasing). Bleeding textures are caused whenever images are too close to each other, and so the pixels from one image bleed into the other image that's nearby.
Note: Padding is not needed to be applied if the edge of a frame of the animation is on an edge of the image since there is no bleeding from image edges, bleeding only happens from within the actual sheet.
The text was updated successfully, but these errors were encountered: