canvas use in UI overhaul

This commit is contained in:
kepler155c@gmail.com
2019-01-30 15:11:21 -05:00
parent 328df55a19
commit c180387438
9 changed files with 124 additions and 124 deletions

View File

@@ -216,7 +216,7 @@ local function run(member, point)
end)
end
local blocksTab = UI.Window {
local blocksTab = UI.Tab {
tabTitle = 'Blocks',
grid = UI.ScrollingGrid {
y = 1,
@@ -228,7 +228,7 @@ local blocksTab = UI.Window {
},
}
local turtlesTab = UI.Window {
local turtlesTab = UI.Tab {
tabTitle = 'Turtles',
grid = UI.ScrollingGrid {
y = 1,