World contains a 'Camera' property of type camera, which is used to draw the world correctly. World also has an 'Entities' array which contains 'Entity' objects. The world can be polled to find an entity at a specific location on screen. The world can also be drawn. The world also has a (tiled) 'Background' which is a static image drawn on the screen.
World contains a 'Camera' property of type camera, which is used to draw the world correctly. World also has an 'Entities' array which contains 'Entity' objects. The world can be polled to find an entity at a specific location on screen. The world can also be drawn. The world also has a (tiled) 'Background' which is a static image drawn on the screen.