lua.hexart/conf.lua

11 lines
232 B
Lua

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