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

@@ -6,7 +6,7 @@ local Util = require('util')
local colors = _G.colors
local context = Milo:getContext()
local resetTab = UI.Window {
local resetTab = UI.Tab {
tabTitle = 'Reset',
index = 5,
backgroundColor = colors.cyan,