switch to lovr filesystem api, submodule json, write configs to disk

This commit is contained in:
BabbleBones 2025-02-13 13:03:21 -05:00
parent 64fb9d69a2
commit a859e60e28
16 changed files with 91 additions and 485 deletions

View file

@ -2,4 +2,5 @@ function lovr.conf(t)
t.headset.overlay = 2
t.headset.overlayOrder = 2
t.window = false
t.identity = "lovr-playspace"
end