summaryrefslogtreecommitdiffhomepage
path: root/settings.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-09-30 16:35:05 +0200
committerAki <nthirtyone@gmail.com>2016-09-30 16:35:05 +0200
commit92c040a9c0104623b19f8f5d6590a260190b4492 (patch)
tree0d40de8412a38ca5cca39ef6f0a4f7fcbb811142 /settings.lua
parent01304063655a31e102f312f6293e7aa4c7582d3f (diff)
downloadroflnauts-92c040a9c0104623b19f8f5d6590a260190b4492.zip
roflnauts-92c040a9c0104623b19f8f5d6590a260190b4492.tar.gz
roflnauts-92c040a9c0104623b19f8f5d6590a260190b4492.tar.bz2
Added Settings module scrap
Diffstat (limited to 'settings.lua')
-rw-r--r--settings.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.lua b/settings.lua
new file mode 100644
index 0000000..0a31b41
--- /dev/null
+++ b/settings.lua
@@ -0,0 +1,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 \ No newline at end of file