WIDTH = 320 HEIGHT = 240 MULTIPLIER = 1.5 function love.conf(t) t.window.width = MULTIPLIER * WIDTH t.window.height = MULTIPLIER * HEIGHT end