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