local graphics graphics = love.graphics return { background = { 0, 0, 0, 220 }, color = { 255, 255, 255, 250 }, font = graphics.newFont(14) }