The grid size is set in the love.load in main.lua. You can also change the pixel size. The grid is not a set of specific pixels, but a set of drawing instructions. The SetPixel function does not actually set a pixel, but add a drawing instruction. The initial load time is from rendering lights, whic...