aboutsummaryrefslogtreecommitdiff
path: root/conf.lua
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-03-30 17:52:23 -0400
committeriamcheeseman <[email protected]>2026-03-30 17:52:23 -0400
commitf52aaaad971d11fa145a391e521e37ea3c3b230e (patch)
treebaf5ae7bd8b284209a2551386fd324b5f57e7d44 /conf.lua
parent7859709ac3b1500e3037c5dceacb77bcff778e89 (diff)
parentfeafbd1e1a6a1846ab5fe416ee31e2e14f603edd (diff)
Merge branch 'main' of ssh://codeberg.org/the-gutter/gutshot
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 fee725d..36aa8dc 100644
--- a/conf.lua
+++ b/conf.lua
@@ -2,5 +2,5 @@ function love.conf(t)
t.window.title = "Gutshot"
t.window.width = 320 * 3
t.window.height = 180 * 3
- t.window.vsync = 0
+ t.window.vsync = 1
end