summaryrefslogtreecommitdiffhomepage
path: root/controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'controller.lua')
-rw-r--r--controller.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller.lua b/controller.lua
index 808d660..9e1d8c9 100644
--- a/controller.lua
+++ b/controller.lua
@@ -15,6 +15,7 @@ Controller = {
}
-- Constructor
+-- joystick, left, right, up, down, attack, jump
function Controller:new(joystick, ...)
local o = {}
setmetatable(o, self)