5 lines
70 B
Lua
5 lines
70 B
Lua
function lovr.conf(t)
|
|
t.headset.overlay = true
|
|
t.window = false
|
|
end
|