diff options
author | Aki <nthirtyone@gmail.com> | 2017-07-31 19:31:17 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-07-31 19:31:17 +0200 |
commit | 29310cc9a4b29b4f758fb23d6cd963e2caa549b3 (patch) | |
tree | e94d42017a8ad73994df06b391bf46900e7d1de2 /settings.default | |
parent | 02aba07e03465205b45c41df7aec6894d4e89909 (diff) | |
download | roflnauts-29310cc9a4b29b4f758fb23d6cd963e2caa549b3.zip roflnauts-29310cc9a4b29b4f758fb23d6cd963e2caa549b3.tar.gz roflnauts-29310cc9a4b29b4f758fb23d6cd963e2caa549b3.tar.bz2 |
New settings format that allows something else than controller sets
Diffstat (limited to 'settings.default')
-rw-r--r-- | settings.default | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/settings.default b/settings.default index 6816116..3a5229b 100644 --- a/settings.default +++ b/settings.default @@ -1,6 +1,9 @@ return { - {"left", "right", "up", "down", "return", "rshift", false}, - {"a", "d", "w", "s", "g", "h", false}, - {"axis:leftx-", "axis:leftx+", "axis:lefty-", "axis:lefty+", "a", "b", true}, - {"axis:leftx-", "axis:leftx+", "axis:lefty-", "axis:lefty+", "a", "b", true}, + display = "fullscreen", + sets = { + {"left", "right", "up", "down", "return", "rshift", false}, + {"a", "d", "w", "s", "g", "h", false}, + {"axis:leftx-", "axis:leftx+", "axis:lefty-", "axis:lefty+", "a", "b", true}, + {"axis:leftx-", "axis:leftx+", "axis:lefty-", "axis:lefty+", "a", "b", true}, + }, } |