diff options
author | Aki <nthirtyone@gmail.com> | 2016-09-30 16:35:05 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-09-30 16:35:05 +0200 |
commit | 92c040a9c0104623b19f8f5d6590a260190b4492 (patch) | |
tree | 0d40de8412a38ca5cca39ef6f0a4f7fcbb811142 /controller.lua | |
parent | 01304063655a31e102f312f6293e7aa4c7582d3f (diff) | |
download | roflnauts-92c040a9c0104623b19f8f5d6590a260190b4492.zip roflnauts-92c040a9c0104623b19f8f5d6590a260190b4492.tar.gz roflnauts-92c040a9c0104623b19f8f5d6590a260190b4492.tar.bz2 |
Added Settings module scrap
Diffstat (limited to 'controller.lua')
-rw-r--r-- | controller.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/controller.lua b/controller.lua index fde63c1..b56bd32 100644 --- a/controller.lua +++ b/controller.lua @@ -160,8 +160,6 @@ end -- Load gamepad mappings from db file and init module function Controller.load() love.joystick.loadGamepadMappings("gamecontrollerdb.txt") - Controller.registerSet("left", "right", "up", "down", "return", "rshift") - Controller.registerSet("a", "d", "w", "s", "g", "h") end -- Create new sets when new joystick is added |