Skip to content

Commit 4fd5192

Browse files
committedJan 17, 2023
Adapt conf to be versatile
1 parent 15352df commit 4fd5192

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎conf.lua

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ lovr.conf = function(t)
22
t.title, t.identity = "inDeck", "indeck"
33
t.saveprecedence = false
44
t.window.resizable = true
5-
t.window.width = 1200
6-
t.window.height = 1600
5+
t.graphics.shadercache = false
6+
t.graphics.stencil = true
7+
t.headset.stencil = true
78
end

0 commit comments

Comments
 (0)
Please sign in to comment.