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