summary refs log tree commit diff stats
path: root/conf.lua
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2019-02-10 23:29:33 -0200
committerSoniEx2 <endermoneymod@gmail.com>2019-02-10 23:31:16 -0200
commit9aeaf7326c0ae52572b055a28f337842e8cd000a (patch)
tree01f1323cd466db7d7c8d6365ab0b793fd677c016 /conf.lua
I should've put this on git sooner.
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..01a8636
--- /dev/null
+++ b/conf.lua
@@ -0,0 +1,10 @@
+function love.conf(t)
+  t.modules.joystick = false
+  t.modules.physics = false
+  t.modules.touch = false
+  t.modules.video = false
+  t.identity = "hexart"
+  t.window.title = "HexArt"
+  t.version = "11.2"
+  t.gammacorrect = true
+end