summaryrefslogtreecommitdiffhomepage
path: root/conf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'conf.lua')
-rw-r--r--conf.lua7
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