From fe3ba32dd4e856dcbe36759035b9c041d7f368e8 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Thu, 16 Apr 2026 02:24:40 -0700 Subject: [PATCH 1/5] Add new badges --- README.md | 10 ++++------ assets/link-creator-store.svg | 4 ++++ assets/link-discord.svg | 4 ++++ assets/link-github.svg | 4 ++++ assets/link-wally.svg | 27 +++++++++++++++++++++++++++ 5 files changed, 43 insertions(+), 6 deletions(-) create mode 100644 assets/link-creator-store.svg create mode 100644 assets/link-discord.svg create mode 100644 assets/link-github.svg create mode 100644 assets/link-wally.svg diff --git a/README.md b/README.md index ddd590c..a807750 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,10 @@
- [![CI](https://github.com/ryanlua/purse/actions/workflows/ci.yml/badge.svg)](https://github.com/ryanlua/purse/actions/workflows/ci.yml) - [![GitHub Release](https://img.shields.io/github/v/release/ryanlua/purse)](https://github.com/ryanlua/purse/releases) - [![Docs](https://img.shields.io/badge/docs-website-green)](https://purse.luau.page/) - [![Demo](https://img.shields.io/badge/demo-experience-blue)](https://www.roblox.com/join/sc1eh) - [![Discord](https://discord.com/api/guilds/1162303282002272359/widget.png)](https://discord.gg/N2KEnHzrsW) - [![Mentioned in Awesome Roblox](https://awesome.re/mentioned-badge.svg)](https://github.com/awesome-roblox/awesome-roblox) + [![Get it on Creator Store](assets/link-creator-store.svg)](https://create.roblox.com/store/asset/112061170330936) + [![GitHub](assets/link-github.svg)](https://github.com/ryanlua/purse/releases) + [![Wally](assets/link-wally.svg)](https://wally.run/package/ryanlua/purse) + [![Discord](assets/link-discord.svg)](https://discord.gg/N2KEnHzrsW)
Purse is a fork of the [default Roblox backpack](https://github.com/Roblox/Core-Scripts/blob/master/CoreScriptsRoot/Modules/BackpackScript.lua) decoupled from the CoreGui, allowing developers access to APIs that were previously unavailable and allowing for code modifications. diff --git a/assets/link-creator-store.svg b/assets/link-creator-store.svg new file mode 100644 index 0000000..99a82c2 --- /dev/null +++ b/assets/link-creator-store.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/assets/link-discord.svg b/assets/link-discord.svg new file mode 100644 index 0000000..a8c950d --- /dev/null +++ b/assets/link-discord.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/assets/link-github.svg b/assets/link-github.svg new file mode 100644 index 0000000..1a4d1ee --- /dev/null +++ b/assets/link-github.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/assets/link-wally.svg b/assets/link-wally.svg new file mode 100644 index 0000000..4178255 --- /dev/null +++ b/assets/link-wally.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 479c23449e10899ed911da30712dabf4c9ad6612 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Thu, 16 Apr 2026 02:40:04 -0700 Subject: [PATCH 2/5] Add Try in Roblox badge --- README.md | 3 ++- assets/link-roblox-experience.svg | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 assets/link-roblox-experience.svg diff --git a/README.md b/README.md index a807750..254be00 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@
[![Get it on Creator Store](assets/link-creator-store.svg)](https://create.roblox.com/store/asset/112061170330936) - [![GitHub](assets/link-github.svg)](https://github.com/ryanlua/purse/releases) + [![Try in Roblox](assets/link-roblox-experience.svg)](https://www.roblox.com/join/sc1eh) + [![GitHub](assets/link-github.svg)](https://github.com/ryanlua/purse) [![Wally](assets/link-wally.svg)](https://wally.run/package/ryanlua/purse) [![Discord](assets/link-discord.svg)](https://discord.gg/N2KEnHzrsW)
diff --git a/assets/link-roblox-experience.svg b/assets/link-roblox-experience.svg new file mode 100644 index 0000000..53c0e67 --- /dev/null +++ b/assets/link-roblox-experience.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file From 4d9ae130193e0e5ac5c1d459870fbef4ddea6902 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Thu, 16 Apr 2026 02:47:10 -0700 Subject: [PATCH 3/5] Change badge to GitHub Releases --- README.md | 2 +- assets/link-github-releases.svg | 4 ++++ assets/link-github.svg | 4 ---- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 assets/link-github-releases.svg delete mode 100644 assets/link-github.svg diff --git a/README.md b/README.md index 254be00..446dd9d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Get it on Creator Store](assets/link-creator-store.svg)](https://create.roblox.com/store/asset/112061170330936) [![Try in Roblox](assets/link-roblox-experience.svg)](https://www.roblox.com/join/sc1eh) - [![GitHub](assets/link-github.svg)](https://github.com/ryanlua/purse) + [![GitHub](assets/link-github-releases.svg)](https://github.com/ryanlua/purse/releases) [![Wally](assets/link-wally.svg)](https://wally.run/package/ryanlua/purse) [![Discord](assets/link-discord.svg)](https://discord.gg/N2KEnHzrsW) diff --git a/assets/link-github-releases.svg b/assets/link-github-releases.svg new file mode 100644 index 0000000..1268b6c --- /dev/null +++ b/assets/link-github-releases.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/assets/link-github.svg b/assets/link-github.svg deleted file mode 100644 index 1a4d1ee..0000000 --- a/assets/link-github.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file From d56cb9d809ee193134c1a2f91dbc42c852d26e70 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Thu, 16 Apr 2026 02:48:23 -0700 Subject: [PATCH 4/5] Add docs badge --- README.md | 1 + assets/link-docs.svg | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 assets/link-docs.svg diff --git a/README.md b/README.md index 446dd9d..ae30502 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@
+ [![Docs](assets/link-docs.svg)](https://purse.luau.page/) [![Get it on Creator Store](assets/link-creator-store.svg)](https://create.roblox.com/store/asset/112061170330936) [![Try in Roblox](assets/link-roblox-experience.svg)](https://www.roblox.com/join/sc1eh) [![GitHub](assets/link-github-releases.svg)](https://github.com/ryanlua/purse/releases) diff --git a/assets/link-docs.svg b/assets/link-docs.svg new file mode 100644 index 0000000..edb3ae5 --- /dev/null +++ b/assets/link-docs.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file From bb1e5ddc4acb07d30980851db3fcfe194d6402c9 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Thu, 16 Apr 2026 03:04:52 -0700 Subject: [PATCH 5/5] Use normal GitHub badge --- README.md | 2 +- assets/link-github-releases.svg | 4 ---- assets/link-github.svg | 4 ++++ 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 assets/link-github-releases.svg create mode 100644 assets/link-github.svg diff --git a/README.md b/README.md index ae30502..c84e0fb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Docs](assets/link-docs.svg)](https://purse.luau.page/) [![Get it on Creator Store](assets/link-creator-store.svg)](https://create.roblox.com/store/asset/112061170330936) [![Try in Roblox](assets/link-roblox-experience.svg)](https://www.roblox.com/join/sc1eh) - [![GitHub](assets/link-github-releases.svg)](https://github.com/ryanlua/purse/releases) + [![GitHub](assets/link-github.svg)](https://github.com/ryanlua/purse/releases) [![Wally](assets/link-wally.svg)](https://wally.run/package/ryanlua/purse) [![Discord](assets/link-discord.svg)](https://discord.gg/N2KEnHzrsW)
diff --git a/assets/link-github-releases.svg b/assets/link-github-releases.svg deleted file mode 100644 index 1268b6c..0000000 --- a/assets/link-github-releases.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/assets/link-github.svg b/assets/link-github.svg new file mode 100644 index 0000000..1a4d1ee --- /dev/null +++ b/assets/link-github.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file