No window for love2d
This commit is contained in:
parent
8a83c617fa
commit
883bdb9830
@ -3,23 +3,7 @@ function love.conf(t)
|
|||||||
t.version = "12.0" -- The LOVE version this game was made for (string)
|
t.version = "12.0" -- The LOVE version this game was made for (string)
|
||||||
t.console = true -- Attach a console (boolean, Windows only)
|
t.console = true -- Attach a console (boolean, Windows only)
|
||||||
|
|
||||||
t.window.title = "MultiThreadTest" -- The window title (string)
|
t.window = false
|
||||||
t.window.icon = nil -- Filepath to an image to use as the window's icon (string)
|
|
||||||
t.window.width = 1280 -- The window width (number)
|
|
||||||
t.window.height = 720 -- The window height (number)
|
|
||||||
t.window.borderless = false -- Remove all border visuals from the window (boolean)
|
|
||||||
t.window.resizable = true -- Let the window be user-resizable (boolean)
|
|
||||||
t.window.minwidth = 1 -- Minimum window width if the window is resizable (number)
|
|
||||||
t.window.minheight = 1 -- Minimum window height if the window is resizable (number)
|
|
||||||
t.window.fullscreen = false -- Enable fullscreen (boolean)
|
|
||||||
t.window.fullscreentype = "desktop" -- Standard fullscreen or desktop fullscreen mode (string)
|
|
||||||
t.window.vsync = false -- Enable vertical sync (boolean)
|
|
||||||
t.window.fsaa = 2 -- The number of samples to use with multi-sampled antialiasing (number)
|
|
||||||
t.window.display = 1 -- Index of the monitor to show the window in (number)
|
|
||||||
t.window.highdpi = false -- Enable high-dpi mode for the window on a Retina display (boolean)
|
|
||||||
t.window.srgb = false -- Enable sRGB gamma correction when drawing to the screen (boolean)
|
|
||||||
t.window.x = nil -- The x-coordinate of the window's position in the specified display (number)
|
|
||||||
t.window.y = nil -- The y-coordinate of the window's position in the specified display (number)
|
|
||||||
|
|
||||||
t.modules.audio = false -- Enable the audio module (boolean)
|
t.modules.audio = false -- Enable the audio module (boolean)
|
||||||
t.modules.event = false -- Enable the event module (boolean)
|
t.modules.event = false -- Enable the event module (boolean)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user