conf.lua 87 B

1234
  1. function lovr.conf(t)
  2. t.window.msaa = 4
  3. t.gammacorrect = lovr.getOS() ~= 'Web'
  4. end