diff --git a/docs/events/mouseEvents.md b/docs/events/mouseEvents.md new file mode 100644 index 0000000..e69de29 diff --git a/source/Installer.lua b/source/Installer.lua deleted file mode 100644 index c40970e..0000000 --- a/source/Installer.lua +++ /dev/null @@ -1,16 +0,0 @@ ---[[ -To install basalt copy paste the following line to your computer: - -pastebin run ESs1mg7P - ---------------------------------------------- -Hi, this is the installer for the UI Framework basalt! -currently its just a single file. In the near future i will split my project into multiple files and "compile" it to one single file on your computer. -You are curious what basalt is? check out my github wiki: https://github.com/NoryiE/Basalt/wiki/ ----------------------------------------------- -]] -local args = {...} - -local defaultFilePath = args[1] or "basalt.lua" - -shell.run("wget https://raw.githubusercontent.com/Pyroxenium/Basalt/master/basalt.lua "..defaultFilePath) \ No newline at end of file diff --git a/source/project/objects/Menubar.lua b/source/project/objects/Menubar.lua index 16a5895..12eea8f 100644 --- a/source/project/objects/Menubar.lua +++ b/source/project/objects/Menubar.lua @@ -145,7 +145,6 @@ local function Menubar(name) if (itemOffset < 0) then itemOffset = 0 end - local mScroll = maxScroll() if (itemOffset > mScroll) then