canvas overhaul

This commit is contained in:
kepler155c@gmail.com
2020-03-31 10:08:07 -06:00
parent 79c8c4beae
commit cdea6e4aed
18 changed files with 296 additions and 160 deletions

View File

@@ -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',