aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-03-31 22:48:14 +0200
committerne_mene <[email protected]>2026-03-31 22:48:14 +0200
commitfb519754fbb607d24407784b7ddd851137a71f19 (patch)
tree3530b2dc2f7833bc2e722197b2f0dff5cbd4f85f
parent30140b1b65525268f046be60814ff91b876c553c (diff)
bigger window init
-rw-r--r--conf.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.lua b/conf.lua
index 36aa8dc..b8cbf2a 100644
--- a/conf.lua
+++ b/conf.lua
@@ -1,6 +1,6 @@
function love.conf(t)
t.window.title = "Gutshot"
- t.window.width = 320 * 3
- t.window.height = 180 * 3
+ t.window.width = 320 * 5
+ t.window.height = 180 * 5
t.window.vsync = 1
end