I have had a hard time finding a way to make a Two-Dimensional game that fits all screen sizes and thought of this:
Gl has a resize command... So Can I render everything in 3d space and just use a 2d plane to render everything and resize as I please?
Will this work for the textures also?