summaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-09-05 01:02:52 +0200
committerAki <nthirtyone@gmail.com>2017-09-05 01:02:52 +0200
commitfc16ad592a45648c7df7cc18c2b6cd153af238e3 (patch)
tree06d21d506e8ffa22c2bd46c27c18f6c79a8c7f07 /config
parent9fcdea2e2eb36a2ee0a32cede760b8ec74b1feed (diff)
downloadroflnauts-fc16ad592a45648c7df7cc18c2b6cd153af238e3.zip
roflnauts-fc16ad592a45648c7df7cc18c2b6cd153af238e3.tar.gz
roflnauts-fc16ad592a45648c7df7cc18c2b6cd153af238e3.tar.bz2
Notes on new naut selector
Diffstat (limited to 'config')
-rw-r--r--config/menus/select.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/menus/select.lua b/config/menus/select.lua
index 609c2f6..a3c379b 100644
--- a/config/menus/select.lua
+++ b/config/menus/select.lua
@@ -15,6 +15,9 @@ if background == nil or not background:is(require "not.MenuBackground") then
end
-- TODO: Temporary group for naut selectors. This isn't production code at any means!
+-- TODO: New nauts selector is missing random rolling!
+-- TODO: New nauts selector allows empty naut as selection!
+-- TODO: New nauts selector allows non-unique selections within groups!
local group, get
do
local atlas = love.graphics.newImage("assets/portraits.png")