Update main.lua

This commit is contained in:
Robert Jelic
2022-07-25 23:50:20 +02:00
committed by GitHub
parent 5586eb6fb8
commit 168ffcf73c

View File

@@ -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
return basalt