diff options
Diffstat (limited to 'conf.lua')
-rw-r--r-- | conf.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf.lua b/conf.lua new file mode 100644 index 0000000..98bf66d --- /dev/null +++ b/conf.lua @@ -0,0 +1,8 @@ +function love.conf(t) + t.window.title = "the" + t.window.width=640 + t.window.height=480 + t.window.resizeable=true + +end + |