diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-05 01:02:52 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-05 01:02:52 +0200 |
commit | fc16ad592a45648c7df7cc18c2b6cd153af238e3 (patch) | |
tree | 06d21d506e8ffa22c2bd46c27c18f6c79a8c7f07 /config/menus | |
parent | 9fcdea2e2eb36a2ee0a32cede760b8ec74b1feed (diff) | |
download | roflnauts-fc16ad592a45648c7df7cc18c2b6cd153af238e3.zip roflnauts-fc16ad592a45648c7df7cc18c2b6cd153af238e3.tar.gz roflnauts-fc16ad592a45648c7df7cc18c2b6cd153af238e3.tar.bz2 |
Notes on new naut selector
Diffstat (limited to 'config/menus')
-rw-r--r-- | config/menus/select.lua | 3 |
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") |