Initial commit

This commit is contained in:
Fierelier 2023-02-18 21:42:51 +01:00
parent d12a6c084f
commit c902189454
14 changed files with 723 additions and 0 deletions

3
conf.lua Normal file
View file

@ -0,0 +1,3 @@
function lovr.conf(t)
t.headset.overlay = true
end