A physics engine that allows you to give sprites physics and collision. Collision sprites are defined in the "Game: collisionobjects" list, and sprites with physics must be duplicates of the "demoobject" sprite (don't just copy paste the code as it'll make some variables global that shouldn't be). Sprites can be both collidable and with physics but this can be buggy at times.