6 lines
98 B
Lua
6 lines
98 B
Lua
function lovr.conf(t)
|
|
t.headset.overlay = 6
|
|
t.window = false
|
|
t.identity = "lovr-playspace"
|
|
end
|