1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-05 13:53:38 +00:00
lovr/test/conf.lua
2024-06-14 16:59:04 -07:00

6 lines
108 B
Lua

function lovr.conf(t)
t.identity = 'test'
t.modules.graphics = not os.getenv('CI')
t.window = nil
end