-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/1ForeverHD/TopbarPlus into …
…main
- Loading branch information
Showing
1 changed file
with
1 addition
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1 @@ | ||
![image](https://user-images.githubusercontent.com/67112172/117584922-ea8f2a00-b0cc-11eb-891b-6265f599943f.png) | ||
|
||
<div align="center"> | ||
|
||
## 📖 [Documentation](https://1foreverhd.github.io/TopbarPlus/) | 🌊 [Playground](https://www.roblox.com/games/6199274521/TopbarPlus-Playground) | ||
|
||
</div> | ||
|
||
**TopbarPlus** is a module enabling the construction of dynamic topbar icons. These icons can be enhanced with features and methods, like themes, dropdowns and menus, to expand upon their appearance and behaviour. | ||
|
||
TopbarPlus fully supports PC, Mobile, Tablet and Console, and comes with internal features such as 'overflows' to ensure icons remain within suitable bounds. | ||
|
||
Creating an icon is as simple as: | ||
```lua | ||
-- Within a LocalScript in StarterPlayerScripts and assuming TopbarPlus is placed in ReplicatedStorage | ||
|
||
local Icon = require(game:GetService("ReplicatedStorage").Icon) | ||
local icon = Icon.new() | ||
``` | ||
|
||
**Ready to get started?** Check out the **[docs here](https://1foreverhd.github.io/TopbarPlus/)** or see what it's like in the **[playground](https://www.roblox.com/games/6199274521/TopbarPlus-Playground)**! | ||
https://1foreverhd.github.io/TopbarPlus/ |