conf.lua 82 B

1234
  1. function lovr.conf(t)
  2. t.modules.headset = false
  3. t.window.resizable = true
  4. end