Sprite Sheet Sizing Issues

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By shreyashpilli

My Animated Characters animation is touching the edge of the sprite below it on the sprite sheet that i have, is there any work around other than making a new sprite sheet?

:bust_in_silhouette: Reply From: Ertain

IIRC, when selecting the size of each frame, each frame needs to have a consistent size, e.g. 16x16, 32x32, or 32x48. Each image in the frame must be centered with respect to those sizes. If the images are a bit off when sizing up the frames in the frame picker of an AnimatedSprite node, then the animation will not look fluid. If that’s the case, then the images on the sprite sheet need to be manually aligned to the frames.

Hope that helps.