So I have a platformer that I need a character to be able to pick up and throw objects. Exactly Like Mario 2. Where they stand on top of the object and then left it over their head.
For reference, my setup for my platformer is using the box method. With a invisible box that has a platform behavior and the sprite is displayed on top of it.
Also how would I set it up just in case I wanted to add picking up the object from either side as well?