summaryrefslogtreecommitdiffhomepage
path: root/selector.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-04-06 19:29:33 +0200
committerAki <nthirtyone@gmail.com>2017-04-06 19:29:33 +0200
commit8190d59e7bbac7835e9cecf5229247900b21f84a (patch)
tree236528271a23576c6003220da31be265d2b9df44 /selector.lua
parent93d3257ff23331c308fb32940557911a29ca608b (diff)
downloadroflnauts-8190d59e7bbac7835e9cecf5229247900b21f84a.zip
roflnauts-8190d59e7bbac7835e9cecf5229247900b21f84a.tar.gz
roflnauts-8190d59e7bbac7835e9cecf5229247900b21f84a.tar.bz2
Added todos from Discord
Diffstat (limited to 'selector.lua')
-rw-r--r--selector.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/selector.lua b/selector.lua
index 61401e7..03be918 100644
--- a/selector.lua
+++ b/selector.lua
@@ -275,6 +275,7 @@ function Selector:update(dt)
end
-- Controller callbacks
+-- TODO: Add action to perform when key is pressed and selector is locked in e.g. to move into character selection from map selection.
function Selector:controlpressed(set, action, key)
if set and self.focused then
local n = self:checkNumber(set)