diff --git a/Basalt/main.lua b/Basalt/main.lua index b6cb895..7cdbf9d 100644 --- a/Basalt/main.lua +++ b/Basalt/main.lua @@ -6,7 +6,7 @@ local uuid = utils.uuid local createText = utils.createText local baseTerm = term.current() -local version = 4 +local version = 5 local debugger = true local projectDirectory = fs.getDir(table.pack(...)[2] or "") @@ -339,4 +339,4 @@ basalt.debugFrame:addButton("back"):setAnchor("topRight"):setSize(1, 1):setText( basalt.debugList = basalt.debugFrame:addList("debugList"):setSize(basalt.debugFrame.width - 2, basalt.debugFrame.height - 3):setPosition(2, 3):setScrollable(true):show() basalt.debugLabel = basalt.debugFrame:addLabel("debugLabel"):onClick(function() basalt.oldFrame = mainFrame basalt.debugFrame:show() end):setBackground(colors.black):setForeground(colors.white):setAnchor("bottomLeft"):ignoreOffset():setZIndex(20):show() -return basalt \ No newline at end of file +return basalt