6 lines
98 B
Lua
6 lines
98 B
Lua
function lovr.conf(t)
|
|
t.headset.overlay = true
|
|
t.headset.overlayOrder = 2
|
|
t.window = false
|
|
end
|