diff options
| author | iamcheeseman <[email protected]> | 2026-03-12 15:34:21 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-12 15:34:21 -0400 |
| commit | a73cc7bc2fb11f7099a59eafc73e2161bf807a84 (patch) | |
| tree | 5da51390d59b5e3df80b648783fc1dea4483a192 /conf.lua | |
| parent | bea27cd7f979ce3544b4c73855190efc2a9565ac (diff) | |
fix silly lil bug causing mener to cry
Diffstat (limited to 'conf.lua')
| -rw-r--r-- | conf.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
