diff --git a/src/SatchelLoader/Satchel/Icon/IconController.lua b/src/Satchel/SatchelScript/Icon/IconController.lua similarity index 100% rename from src/SatchelLoader/Satchel/Icon/IconController.lua rename to src/Satchel/SatchelScript/Icon/IconController.lua diff --git a/src/SatchelLoader/Satchel/Icon/Maid.lua b/src/Satchel/SatchelScript/Icon/Maid.lua similarity index 100% rename from src/SatchelLoader/Satchel/Icon/Maid.lua rename to src/Satchel/SatchelScript/Icon/Maid.lua diff --git a/src/SatchelLoader/Satchel/Icon/Signal.lua b/src/Satchel/SatchelScript/Icon/Signal.lua similarity index 100% rename from src/SatchelLoader/Satchel/Icon/Signal.lua rename to src/Satchel/SatchelScript/Icon/Signal.lua diff --git a/src/SatchelLoader/Satchel/Icon/Themes/BlueGradient.lua b/src/Satchel/SatchelScript/Icon/Themes/BlueGradient.lua similarity index 100% rename from src/SatchelLoader/Satchel/Icon/Themes/BlueGradient.lua rename to src/Satchel/SatchelScript/Icon/Themes/BlueGradient.lua diff --git a/src/SatchelLoader/Satchel/Icon/Themes/Default.lua b/src/Satchel/SatchelScript/Icon/Themes/Default.lua similarity index 100% rename from src/SatchelLoader/Satchel/Icon/Themes/Default.lua rename to src/Satchel/SatchelScript/Icon/Themes/Default.lua diff --git a/src/SatchelLoader/Satchel/Icon/Themes/init.lua b/src/Satchel/SatchelScript/Icon/Themes/init.lua similarity index 100% rename from src/SatchelLoader/Satchel/Icon/Themes/init.lua rename to src/Satchel/SatchelScript/Icon/Themes/init.lua diff --git a/src/SatchelLoader/Satchel/Icon/TopbarPlusGui.lua b/src/Satchel/SatchelScript/Icon/TopbarPlusGui.lua similarity index 100% rename from src/SatchelLoader/Satchel/Icon/TopbarPlusGui.lua rename to src/Satchel/SatchelScript/Icon/TopbarPlusGui.lua diff --git a/src/SatchelLoader/Satchel/Icon/TopbarPlusReference.lua b/src/Satchel/SatchelScript/Icon/TopbarPlusReference.lua similarity index 100% rename from src/SatchelLoader/Satchel/Icon/TopbarPlusReference.lua rename to src/Satchel/SatchelScript/Icon/TopbarPlusReference.lua diff --git a/src/SatchelLoader/Satchel/Icon/VERSION.lua b/src/Satchel/SatchelScript/Icon/VERSION.lua similarity index 100% rename from src/SatchelLoader/Satchel/Icon/VERSION.lua rename to src/Satchel/SatchelScript/Icon/VERSION.lua diff --git a/src/SatchelLoader/Satchel/Icon/init.lua b/src/Satchel/SatchelScript/Icon/init.lua similarity index 100% rename from src/SatchelLoader/Satchel/Icon/init.lua rename to src/Satchel/SatchelScript/Icon/init.lua diff --git a/src/SatchelLoader/Satchel/init.lua b/src/Satchel/SatchelScript/init.lua similarity index 99% rename from src/SatchelLoader/Satchel/init.lua rename to src/Satchel/SatchelScript/init.lua index 5149bcc..31a69b1 100644 --- a/src/SatchelLoader/Satchel/init.lua +++ b/src/Satchel/SatchelScript/init.lua @@ -1,7 +1,7 @@ --!strict --[[ - Name: Satchel + Name: SatchelScript Version: 0.1.0 Description: Satchel is a modern open-source alternative to Roblox's default backpack. Satchel aims to be more customizable and easier to use than the default backpack while still having a "vanilla" feel. By: @WinnersTakesAll on Roblox & @RyanLua on GitHub diff --git a/src/SatchelLoader/init.client.lua b/src/Satchel/init.client.lua similarity index 91% rename from src/SatchelLoader/init.client.lua rename to src/Satchel/init.client.lua index 8805efa..b2f27be 100644 --- a/src/SatchelLoader/init.client.lua +++ b/src/Satchel/init.client.lua @@ -1,5 +1,5 @@ --[[ - Name: Satchel Loader + Name: Satchel Description: Loads the Satchel backpack system. GitHub: https://github.com/RyanLua/Satchel ]] @@ -22,4 +22,4 @@ along with this program. If not, see . ]] -require(script:WaitForChild("Satchel")) -- Initialize Satchel +require(script:WaitForChild("SatchelScript")) -- Initialize Satchel diff --git a/src/SatchelLoader/init.meta.json b/src/Satchel/init.meta.json similarity index 100% rename from src/SatchelLoader/init.meta.json rename to src/Satchel/init.meta.json