restructure

This commit is contained in:
kepler155c@gmail.com
2019-10-30 22:50:01 -06:00
parent e5866b415e
commit a36d54a372
28 changed files with 2185 additions and 13 deletions

View File

@@ -77,7 +77,7 @@ end
function learnPage:eventHandler(event)
if event.type == 'cancel' then
turtle.emptyInventory()
Milo:emptyInventory()
UI:setPreviousPage()
elseif event.type == 'form_invalid' or event.type == 'general_error' then

View File

@@ -346,7 +346,7 @@ function nodeWizard.filter:eventHandler(event)
self:resetGrid()
self.grid:update()
self.grid:draw()
turtle.emptyInventory()
Milo:emptyInventory()
elseif event.type == 'remove_entry' then
local row = self.grid:getSelected()