function love.conf(t) t.window.title = "Reflect" t.window.width = 700 t.window.height = 700 t.window.resizable = true t.version = "11.4" end