4 lines
95 B
Lua
4 lines
95 B
Lua
function lovr.conf(t)
|
|
t.headset.overlay = 6
|
|
t.window = {title = 'lovr_overlay_pronouns'}
|
|
end
|