Ui enhancements 2.0 (#29)
* canvas overhaul * editor 2.0 * more tweaks * more editor work * completions + refactor * cleanup + editor additions * cleanup + undo overhaul * editor recent/peripherals/redo + cleanup * editor path issues * cleanup * changes for deprecated ui methods - recolor milo - make turtle scripts run again - mob rancher improvements * can now use named colors
This commit was merged in pull request #29.
This commit is contained in:
@@ -189,4 +189,4 @@ end)
|
||||
|
||||
page.grid:loadTransactions()
|
||||
UI:setPage(page)
|
||||
UI:pullEvents()
|
||||
UI:start()
|
||||
|
||||
@@ -9,7 +9,6 @@ local os = _G.os
|
||||
local wizardPage = UI.WizardPage {
|
||||
title = 'Store Front',
|
||||
index = 2,
|
||||
backgroundColor = colors.cyan,
|
||||
form = UI.Form {
|
||||
x = 2, ex = -2, y = 1, ey = -2,
|
||||
manualControls = true,
|
||||
@@ -90,7 +89,6 @@ end
|
||||
local passwordPage = UI.WizardPage {
|
||||
title = 'Krist Settings',
|
||||
index = 3,
|
||||
backgroundColor = colors.cyan,
|
||||
form = UI.Form {
|
||||
x = 2, ex = -2, y = 1, ey = -2,
|
||||
manualControls = true,
|
||||
@@ -112,7 +110,7 @@ local passwordPage = UI.WizardPage {
|
||||
preview = UI.TextEntry {
|
||||
formIndex = 4,
|
||||
formLabel = 'Using address', formKey = 'address',
|
||||
backgroundColor = colors.cyan,
|
||||
backgroundColor = 'primary',
|
||||
textColor = colors.yellow,
|
||||
inactive = true,
|
||||
},
|
||||
|
||||
@@ -10,7 +10,7 @@ local shopTab = UI.Tab {
|
||||
tabTitle = 'Store',
|
||||
index = 2,
|
||||
form = UI.Form {
|
||||
x = 2, ex = -2, y = 1, ey = -2,
|
||||
x = 2, ex = -2, y = 2, ey = -2,
|
||||
manualControls = true,
|
||||
[1] = UI.TextEntry {
|
||||
formLabel = 'Name', formKey = 'name',
|
||||
|
||||
Reference in New Issue
Block a user