diff options
| author | ne_mene <[email protected]> | 2026-03-30 18:05:13 +0200 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-03-30 18:05:13 +0200 |
| commit | d3fa4e93f68f0b4a1598140daaf9b2821c478fa8 (patch) | |
| tree | 267b65c6a594a8923853b3f39e77bc34c815e470 /conf.lua | |
| parent | 6afe563f9df391b1e1594dfa5eae52b50c013ada (diff) | |
some cleaning
Diffstat (limited to 'conf.lua')
| -rw-r--r-- | conf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
