From 9aeaf7326c0ae52572b055a28f337842e8cd000a Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sun, 10 Feb 2019 23:29:33 -0200 Subject: I should've put this on git sooner. --- conf.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf.lua (limited to 'conf.lua') 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 -- cgit 1.4.1