conf.lua 80 B

1234
  1. function lovr.conf(t)
  2. --t.headset.offset = 0.0
  3. t.window.resizable = true
  4. end