mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
working on task management
This commit is contained in:
+20
-20
@@ -1,20 +1,20 @@
|
||||
function love.conf(t)
|
||||
t.identity = nil -- The name of the save directory (string)
|
||||
t.version = "12.0" -- The LOVE version this game was made for (string)
|
||||
t.console = true -- Attach a console (boolean, Windows only)
|
||||
|
||||
-- t.modules.audio = false -- Enable the audio module (boolean)
|
||||
-- t.modules.event = false -- Enable the event module (boolean)
|
||||
-- t.modules.graphics = false -- Enable the graphics module (boolean)
|
||||
-- t.modules.image = false -- Enable the image module (boolean)
|
||||
-- t.modules.joystick = false -- Enable the joystick module (boolean)
|
||||
-- t.modules.keyboard = false -- Enable the keyboard module (boolean)
|
||||
-- t.modules.math = false -- Enable the math module (boolean)
|
||||
-- t.modules.mouse = false -- Enable the mouse module (boolean)
|
||||
-- t.modules.physics = false -- Enable the physics module (boolean)
|
||||
-- t.modules.sound = false -- Enable the sound module (boolean)
|
||||
-- t.modules.system = true -- Enable the system module (boolean)
|
||||
-- t.modules.timer = true -- Enable the timer module (boolean)
|
||||
-- t.modules.window = false -- Enable the window module (boolean)
|
||||
-- t.modules.thread = true -- Enable the thread module (boolean)
|
||||
end
|
||||
function love.conf(t)
|
||||
t.identity = nil -- The name of the save directory (string)
|
||||
t.version = "12.0" -- The LOVE version this game was made for (string)
|
||||
t.console = true -- Attach a console (boolean, Windows only)
|
||||
|
||||
-- t.modules.audio = false -- Enable the audio module (boolean)
|
||||
-- t.modules.event = false -- Enable the event module (boolean)
|
||||
-- t.modules.graphics = false -- Enable the graphics module (boolean)
|
||||
-- t.modules.image = false -- Enable the image module (boolean)
|
||||
-- t.modules.joystick = false -- Enable the joystick module (boolean)
|
||||
-- t.modules.keyboard = false -- Enable the keyboard module (boolean)
|
||||
-- t.modules.math = false -- Enable the math module (boolean)
|
||||
-- t.modules.mouse = false -- Enable the mouse module (boolean)
|
||||
-- t.modules.physics = false -- Enable the physics module (boolean)
|
||||
-- t.modules.sound = false -- Enable the sound module (boolean)
|
||||
-- t.modules.system = true -- Enable the system module (boolean)
|
||||
-- t.modules.timer = true -- Enable the timer module (boolean)
|
||||
-- t.modules.window = false -- Enable the window module (boolean)
|
||||
-- t.modules.thread = true -- Enable the thread module (boolean)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user