diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2019-02-10 23:29:33 -0200 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2019-02-10 23:31:16 -0200 |
commit | 9aeaf7326c0ae52572b055a28f337842e8cd000a (patch) | |
tree | 01f1323cd466db7d7c8d6365ab0b793fd677c016 /conf.lua |
I should've put this on git sooner.
Diffstat (limited to 'conf.lua')
-rw-r--r-- | conf.lua | 10 |
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 |