Reframing a sprite on an animated sprite node

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

Hello All, first thank you for reading my problem.

I have an animated sprite which has two animations which are slightly off centre meaning the collision box is askew on those sprites specifically. I could fix them in gimp but that would be a fair amount of work and I was hoping there was a simple way I could reframe the specific animations in godot? If not I will resort to amending the sprites but any direction would be appreciated if there is a simple way to do it within the engine.

Not quite sure why it would askew instead of offset. But try modify $AnimatedSprite.offset.

MintSoda | 2021-09-02 22:17