blob: 0a31b41d3933b148f22343aaa82b0e455c2ad09d (
plain)
1
2
3
4
5
6
7
8
|
Settings = {}
function Settings.load()
if Controller then
Controller.registerSet("left", "right", "up", "down", "return", "rshift")
Controller.registerSet("a", "d", "w", "s", "g", "h")
end
end
|