love2d without window

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
PGUp
Party member
Posts: 105
Joined: Fri Apr 21, 2017 9:17 am

love2d without window

Post 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
-
User avatar
Luke100000
Party member
Posts: 232
Joined: Mon Jul 22, 2013 9:17 am
Location: Austria
Contact:

Re: love2d without window

Post by Luke100000 »

Works fine for me. Windows 10, LÖVE 11.2.
Do you have any error messages?
Post Reply

Who is online

Users browsing this forum: No registered users and 67 guests