I have a CharacterBody2D and Sprite2D under it. In my AnimationPlayer I’ve created two animations that use different Spritesheets. They work fine, but the problem I’m dealing with is that they’re not the same size and the center is not the same. When I try to align it one of the animations, the other one’s position is also changed, making it impossible for both to be aligned perfectly at the same time. The center is the character’s head, but depending on the animation, the head will be in different positions.