milo status panel + system tabs

This commit is contained in:
kepler155c@gmail.com
2019-02-26 18:03:39 -05:00
parent 442f1c4d47
commit e0846ec91c
4 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
local Config = require('config')
local UI = require('ui')
local colors = _G.colors
local fs = _G.fs
local turtle = _G.turtle
@@ -11,7 +12,8 @@ if turtle then
tabTitle = 'Home',
description = 'Turtle home location',
labelText = UI.Text {
x = 3, y = 2,
x = 3, ex = -3, y = 2,
textColor = colors.yellow,
value = 'On restart, return to this location'
},
grid = UI.Grid {