function love.conf(t) t.window.title = "the" t.window.width=640 t.window.height=480 t.window.resizeable=true t.window.msaa = 4 end