This commit is contained in:
kepler155c@gmail.com
2020-04-16 23:11:59 -06:00
parent 6b429a26e4
commit 3246579ab1
14 changed files with 177 additions and 190 deletions

View File

@@ -236,10 +236,7 @@ function substitutionPage.info:draw()
end
self:clear()
self:setCursorPos(1, 1)
self:print(' Replace ' .. inName .. '\n')
--self:print(' ' .. sub.id .. ':' .. sub.dmg .. '\n', nil, colors.yellow)
self:print(' With ' .. outName)
self:print(' Replace ' .. inName .. '\n' .. ' With ' .. outName)
end
function substitutionPage:enable()
@@ -536,7 +533,7 @@ local startPage = UI.Page {
event = 'setStartLevel',
cancelEvent = 'slide_hide',
text = UI.Text {
x = 5, y = 1, width = 20,
x = 5, y = 1, width = 10,
textColor = colors.gray,
},
textEntry = UI.TextEntry {
@@ -554,7 +551,7 @@ local startPage = UI.Page {
event = 'setStartBlock',
cancelEvent = 'slide_hide',
text = UI.Text {
x = 2, y = 1, width = 20,
x = 2, y = 1, width = 13,
textColor = colors.gray,
},
textEntry = UI.TextEntry {