diff options
author | Aki <nthirtyone@gmail.com> | 2016-05-11 22:23:07 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-05-11 22:23:07 +0200 |
commit | 664d57ee0fee78a624796c3712abbe7d1a708497 (patch) | |
tree | 27896d6121d059a9831903dc9e94e01d28cb3818 /conf.lua | |
download | roflnauts-664d57ee0fee78a624796c3712abbe7d1a708497.zip roflnauts-664d57ee0fee78a624796c3712abbe7d1a708497.tar.gz roflnauts-664d57ee0fee78a624796c3712abbe7d1a708497.tar.bz2 |
Initial commit :boom:
Diffstat (limited to 'conf.lua')
-rw-r--r-- | conf.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf.lua b/conf.lua new file mode 100644 index 0000000..51841e1 --- /dev/null +++ b/conf.lua @@ -0,0 +1,7 @@ +function love.conf(t) + t.title = "notnauts" + t.version = "0.10.1" + t.window.width = 290 + t.window.height = 200 + t.console = true +end
\ No newline at end of file |