diff options
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 |