diff options
Diffstat (limited to 'selector.lua')
-rw-r--r-- | selector.lua | 1 |
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) |