summaryrefslogtreecommitdiff
path: root/conf.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-02-26 05:04:34 +0100
committerAki <nthirtyone@gmail.com>2017-02-26 05:04:34 +0100
commit72533c0efb9d5659cd2c1fb0e9f067696d759812 (patch)
tree9fd29c0700c182de5e787af45c4277ee62140787 /conf.lua
downloadvisitor-72533c0efb9d5659cd2c1fb0e9f067696d759812.zip
visitor-72533c0efb9d5659cd2c1fb0e9f067696d759812.tar.gz
visitor-72533c0efb9d5659cd2c1fb0e9f067696d759812.tar.bz2
Initial commit, after jam
Diffstat (limited to 'conf.lua')
-rw-r--r--conf.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf.lua b/conf.lua
new file mode 100644
index 0000000..8852646
--- /dev/null
+++ b/conf.lua
@@ -0,0 +1,10 @@
+function love.conf(t)
+ t.title = "The Visitor (Fermijam)"
+ t.version = "0.10.1"
+ -- t.window.width = 100*6
+ -- t.window.height = 57*6
+ -- t.window.borderless = true
+ t.window.fullscreentype = "desktop"
+ t.window.fullscreen = true
+ -- t.console = true
+end \ No newline at end of file