lua.hexart/conf.lua

11 lines
232 B
Lua
Raw Normal View History

2019-02-11 02:29:33 +01:00
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