bezier-string-art/conf.lua
2023-05-11 21:28:37 +03:00

4 lines
73 B
Lua

function love.conf(t)
t.console = true
t.modules.joystick = false
end