conf.lua 70 B

1234
  1. function lovr.conf(t)
  2. t.window.msaa = 4
  3. t.gammacorrect = true
  4. end