love2d without window
Posted: Sat Oct 12, 2019 5:57 am
why is this not working?
love2d would just crash, version 11.2
Code: Select all
function love.conf(t)
t.modules.window = false
t.modules.image = false
t.modules.graphics = false
t.modules.audio = false
t.console = true
end