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 diff --git a/README.md b/README.md index 51b0ba9..ba01819 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Basalt - A UI Framework for CC:Tweaked -## Important Notice -#### Basalt has moved! We are now located at [Pyroxenium](https://github.com/Pyroxenium), please make sure to update your previous GitHub links, as they are now out of date. We apologize for any inconvenience. - Basalt is still under developement and you may find bugs! ## Information diff --git a/docs/Home.md b/docs/Home.md index 52cb1ea..8576b6b 100644 --- a/docs/Home.md +++ b/docs/Home.md @@ -9,7 +9,7 @@ Here you can find information about how to use Basalt as well as examples of fun Basalt is intended to be an easy-to-understand UI Framework designed for CC:Tweaked (Also know as "ComputerCraft: Tweaked") - a popular minecraft mod. For more information about CC:Tweaked, checkout the project's [wiki](https://tweaked.cc/) or [download](https://www.curseforge.com/minecraft/mc-mods/cc-tweaked). ## Quick Demo -![Preview](https://media0.giphy.com/media/fvmNPshXKeU7FFA9iA/giphy.gif) + ## Questions & Bugs @@ -21,4 +21,4 @@ Additionally, if you have questions about Basalt or how to make use of it, feel Feel free to join our [discord](https://discord.gg/yNNnmBVBpE)! -

\ No newline at end of file +