Godot Version
<4.2>
Question
<How does major platformer or metroidvania games handle collision shape size for each different frame size of animated sprites?? For example, my animated sprite for jump is smaller than idle and fall. So I switches collision shape 2d with different size through animation player. The problem I am facing is, player is sometimes pushed off the wall and floor instantly when the collision size changes. >