changes for deprecated ui methods - recolor milo - make turtle scripts run again - mob rancher improvements

This commit is contained in:
kepler155c@gmail.com
2020-04-17 20:41:58 -06:00
parent 3246579ab1
commit 949c485539
39 changed files with 258 additions and 122 deletions

View File

@@ -724,8 +724,7 @@ function startPage:eventHandler(event)
Builder:begin()
elseif event.type == 'quit' then
UI.term:reset()
Event.exitPullEvents()
UI:quit()
end
return UI.Page.eventHandler(self, event)
@@ -769,5 +768,4 @@ UI:setPages({
})
UI:setPage('start')
UI:pullEvents()
UI:start()