Orthographic Camera API 2.0
NEW: Camera zoom property. This makes it a whole lot easier to at run-time configure the zoom level of a camera
NEW: camera.get_zoom() and camera.zoom_to()
CHANGE: The available projections have been simplified. There's now only FIXED_AUTO and FIXED_ZOOM.
Refer to the example project to see the new changes in action.