We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15352df commit 4fd5192Copy full SHA for 4fd5192
conf.lua
@@ -2,6 +2,7 @@ lovr.conf = function(t)
2
t.title, t.identity = "inDeck", "indeck"
3
t.saveprecedence = false
4
t.window.resizable = true
5
- t.window.width = 1200
6
- t.window.height = 1600
+ t.graphics.shadercache = false
+ t.graphics.stencil = true
7
+ t.headset.stencil = true
8
end
0 commit comments