diff options
author | ubq323 <ubq323@ubq323.website> | 2022-03-30 22:17:29 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-03-30 22:17:29 +0100 |
commit | 9120ff684d62691c04564cc8a038c80a85b91bce (patch) | |
tree | b59331677793ba1ea306360a9d7c151449c0dd19 /src/conf.lua | |
parent | 2ebd13947d71d78892690c45690fa49157ac4612 (diff) |
more thing
Diffstat (limited to 'src/conf.lua')
-rw-r--r-- | src/conf.lua | 1 |
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 |