conf.lua 214 B

12345678
  1. lovr.conf = function(t)
  2. t.title, t.identity = "inDeck", "indeck"
  3. t.saveprecedence = false
  4. t.window.resizable = true
  5. t.graphics.shadercache = false
  6. t.graphics.stencil = true
  7. t.headset.stencil = true
  8. end