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

@@ -253,7 +253,7 @@ end
function page:eventHandler(event)
if event.type == 'quit' then
Event.exitPullEvents()
UI:quit()
elseif event.type == 'tab_activate' then
config.activeTab = event.activated.tabTitle
@@ -268,7 +268,7 @@ if config.activeTab then
end
UI:setPage(page)
UI:pullEvents()
UI:start()
if canvas then
canvas:clear()