center(): Vec2 Get the center point of view.// add bean to the center of the screen add([ sprite("bean"), pos(center()), // ... ])returnsThe center point of the view.sincev2000.0groupInfo