summary refs log tree commit diff stats
path: root/conf.lua
blob: 01a863630ad85c43941f6b6b63236f27d2310c8b (plain) (blame)
1
2
3
4
5
6
7
8
9
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