From 168ffcf73c9f983c62766b0888f5e3c1cbdd3244 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 25 Jul 2022 23:50:20 +0200 Subject: [PATCH] Update main.lua --- Basalt/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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