Create a Rect positioned at (0, 0) with the given width and height
Rect.atOrigin(int width, int height) : position = Vec2.zero, size = Vec2(width, height);