setSize(width, height, offsetX, offsetY)
You can modify the size of the physics Body to be any dimension you need.This allows you to make it smaller, or larger, than the parent Sprite.You can also control the x and y offset of the Body. This is the position of theBody relative to the top-left of the Sprite texture. For example: If you have a Sprite with a texture that is 80x100 in size,and you want the physics body to be 32x32 pixels in the middle of the texture, you would do: setSize(32, 32,