function love.conf(t) t.window.width = 512 t.window.height = 512 t.window.title = "Brick Icon Generator" t.console = true end