Skip to content

Commit

Permalink
Rename folders
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lua <[email protected]>
  • Loading branch information
RyanLua committed Jul 2, 2023
1 parent 730e735 commit 6101ac4
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--[[
Name: Satchel Loader
Name: Satchel
Description: Loads the Satchel backpack system.
GitHub: https://github.com/RyanLua/Satchel
]]
Expand All @@ -22,4 +22,4 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
]]

require(script:WaitForChild("Satchel")) -- Initialize Satchel
require(script:WaitForChild("SatchelScript")) -- Initialize Satchel
File renamed without changes.

0 comments on commit 6101ac4

Please sign in to comment.