function love.conf(t) t.window.title = "8ps testbench" t.window.width = 800 t.window.height = 600 t.window.resizable = true t.version = "11.2" end