Pixelbox doesn't have a physic engine. But there are several solutions to add collision detection in your game. It depend on what you are trying to do (it can be as simple as implementing tile or AABB collision test, or as complex as adding Box2D to your project)