From 8bbe7a67df645a6d5e8fabd87f1070765d07fffd Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Thu, 2 Jun 2022 22:55:02 +0200 Subject: [PATCH] add mouseEvents docs file --- docs/events/mouseEvents.md | 0 source/Installer.lua | 16 ---------------- source/project/objects/Menubar.lua | 1 - 3 files changed, 17 deletions(-) create mode 100644 docs/events/mouseEvents.md delete mode 100644 source/Installer.lua 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