0.190719α
This commit is contained in:
2
conf.lua
2
conf.lua
@@ -19,7 +19,7 @@ function love.conf(t)
|
||||
t.window.minheight=300
|
||||
t.window.fullscreen=X
|
||||
t.window.fullscreentype="desktop"--Choose between "desktop" fullscreen or "exclusive" fullscreen mode (string)
|
||||
t.window.vsync=1
|
||||
t.window.vsync=0
|
||||
t.window.msaa=0--The number of samples to use with multi-sampled antialiasing (number)
|
||||
t.window.depth=nil--The number of bits per sample in the depth buffer
|
||||
t.window.stencil=nil--The number of bits per sample in the stencil buffer
|
||||
|
||||
Reference in New Issue
Block a user