aboutsummaryrefslogtreecommitdiff
path: root/conf.lua
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-03-12 15:34:21 -0400
committeriamcheeseman <[email protected]>2026-03-12 15:34:21 -0400
commita73cc7bc2fb11f7099a59eafc73e2161bf807a84 (patch)
tree5da51390d59b5e3df80b648783fc1dea4483a192 /conf.lua
parentbea27cd7f979ce3544b4c73855190efc2a9565ac (diff)
fix silly lil bug causing mener to cry
Diffstat (limited to 'conf.lua')
-rw-r--r--conf.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.lua b/conf.lua
index db60d1a..fee725d 100644
--- a/conf.lua
+++ b/conf.lua
@@ -2,4 +2,5 @@ function love.conf(t)
t.window.title = "Gutshot"
t.window.width = 320 * 3
t.window.height = 180 * 3
+ t.window.vsync = 0
end