0.190719α

This commit is contained in:
MrZ_26
2020-02-04 19:23:19 +08:00
parent 6a80cdc4b9
commit a9cf691247
9 changed files with 323 additions and 218 deletions

View File

@@ -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