summaryrefslogtreecommitdiff
path: root/src/conf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.lua')
-rw-r--r--src/conf.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.lua b/src/conf.lua
index 756de2f..98bf66d 100644
--- a/src/conf.lua
+++ b/src/conf.lua
@@ -2,6 +2,7 @@ function love.conf(t)
t.window.title = "the"
t.window.width=640
t.window.height=480
+ t.window.resizeable=true
end