Setting up a Movement Component With Box Collision

Hello I’ve started to set up a custom movement for my paper2D character. Am trying replace my capsule component in my player character with a box collision. So I’ve set a custom player character which derives from the paper2d character. Here screen shots of my code.

So now that I have my custom character setup. How do I setup my custom movement component to use a box instead of a capsule?

bump bump bump