WIDTH = 400 HEIGHT = 300 MULTIPLIER = 1.2 function love.conf(t) t.window.width = MULTIPLIER * WIDTH t.window.height = MULTIPLIER * HEIGHT end