diff options
author | Aki <nthirtyone@gmail.com> | 2016-05-26 17:22:08 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-05-26 17:22:08 +0200 |
commit | d82539a68559c79f3c5488d585354dfcb4f072ad (patch) | |
tree | 37f23be49a4150d547d9854fd2fea56220fa4420 /controller.lua | |
parent | 2252cd12fdceb2799e38bc3cb375c3bbd9be5e7a (diff) | |
download | roflnauts-d82539a68559c79f3c5488d585354dfcb4f072ad.zip roflnauts-d82539a68559c79f3c5488d585354dfcb4f072ad.tar.gz roflnauts-d82539a68559c79f3c5488d585354dfcb4f072ad.tar.bz2 |
F5 fixed
Diffstat (limited to 'controller.lua')
-rw-r--r-- | controller.lua | 1 |
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) |