summaryrefslogtreecommitdiffhomepage
path: root/settings.default
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-08-13 02:26:55 +0200
committerAki <nthirtyone@gmail.com>2017-08-13 02:26:55 +0200
commitb1cf14d64a2d3e28683db87190c4b2c7799c259d (patch)
treee45dac5cc6ce5265e3e3e2c914eb7cc92a820b8b /settings.default
parent0dd01913fe0eefc7ba4bc0797877f40fdedf9315 (diff)
parented62b573417bdc85bec616f6016846b02de4c906 (diff)
downloadroflnauts-maps.zip
roflnauts-maps.tar.gz
roflnauts-maps.tar.bz2
Merge branch 'multi'maps
Diffstat (limited to 'settings.default')
-rw-r--r--settings.default11
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},
+ },
}