summary refs log tree commit diff
path: root/conf.lua
diff options
context:
space:
mode:
authorequa <equaa@protonmail.com>2021-04-25 14:17:22 -0500
committerequa <equaa@protonmail.com>2021-04-25 14:17:50 -0500
commita7ca0c7a8fcb4bd2a20e195c57a82327df7a16bc (patch)
treef689086299475d4d111525ec21d484765dd9bc80 /conf.lua
parentccbfdf1f1ef7e6a6fa81bcc5b12188c37fec788b (diff)
disable vsync and tighten controls a bit HEAD main
Diffstat (limited to 'conf.lua')
-rw-r--r--conf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.lua b/conf.lua
index 233df48..b2439e8 100644
--- a/conf.lua
+++ b/conf.lua
@@ -1,7 +1,7 @@
 function love.conf(t)
     t.window.resizable = true
     t.window.title = "soko"
-    t.window.vsync = 1
+    t.window.vsync = 0
     t.window.msaa = 1
     t.version = "11.3"
 end