summaryrefslogtreecommitdiff
path: root/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.lua')
-rw-r--r--config.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.lua b/config.lua
index 0f08caa..47bf055 100644
--- a/config.lua
+++ b/config.lua
@@ -3,6 +3,5 @@ return
width = 512,
height = 400,
fullscreen = false,
- resizable = false
+ resizable = true
}
-