Add window title

This commit is contained in:
Fierelier 2023-02-18 22:22:02 +01:00
parent c902189454
commit ffa1af425d
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
function lovr.conf(t)
t.headset.overlay = true
t.window.title = 'lovr-playspace'
end