let's just stuff some ints here because it works

This commit is contained in:
BabbleBones 2024-03-23 01:28:12 -04:00
parent 93b6ecb0e1
commit 97aa22d6aa

View file

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