private void DecreaseViewPort() { ViewPort = ViewPort.Divide(1.5); }
private void UpdateOffset() { Offset = Position - ViewPort.Divide(2); }