1.12 updates

This commit is contained in:
kepler155c
2018-04-01 18:28:46 -04:00
parent b0d5738a1f
commit 23368d1112
4 changed files with 4861 additions and 2410 deletions

View File

@@ -43,7 +43,7 @@ local page = UI.Page {
info = UI.Window {
x = 2, ex = -2, y = 2, ey = 5,
button = UI.Button {
ex = -1, y = 2, width = 9,
ex = -1, y = 3, width = 9,
text = 'Enable',
event = 'grid_select',
}