Changes
- Added support for .net 7.0
- Added ResizeViewport(width, height) method, which resizes the internal screenCells array
- Added overloads to all methods that take 2 parameters one for x and one for y which now take in a tuple (int x, int y)
- Small improvement to center check to exit out sooner