Set overlay height to 2

This requires latest master LOVR
This commit is contained in:
SpookySkeletons 2023-09-27 08:36:57 -04:00 committed by GitHub
parent 6d8ee9ce24
commit 3887144f6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
function lovr.conf(t)
t.headset.overlay = true
t.headset.overlay = 2
t.window = false
end