I want to have a box in my scene which can be pushed by the player. I have applied a dynamic collision object in the box sprite, now I want to add the same collision object around my player, so that he can push the box. How do I do that?
Is this the correct way of applying collision to my player?