From 9120ff684d62691c04564cc8a038c80a85b91bce Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 30 Mar 2022 22:17:29 +0100 Subject: more thing --- src/conf.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf.lua') 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 -- cgit v1.2.3