Page 1 of 1

love2d without window

Posted: Sat Oct 12, 2019 5:57 am
by PGUp
why is this not working?

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
love2d would just crash, version 11.2

Re: love2d without window

Posted: Mon Oct 21, 2019 12:09 pm
by Luke100000
Works fine for me. Windows 10, LÖVE 11.2.
Do you have any error messages?