conf.lua 101 B

12345
  1. function lovr.conf(t)
  2. t.modules.headset = false
  3. t.window.width = 800
  4. t.window.height = 600
  5. end