function love.conf(t) t.window.width = 800 t.window.height = 600 t.window.fullscreen = false t.window.title = "" t.window.usedpiscale = true end