diff --git a/README.md b/README.md index ddd590c..c84e0fb 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@
- [![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) + [![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.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-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 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-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 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