-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
667 additions
and
1 deletion.
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 +1,37 @@ | ||
# stary | ||
# stary | ||
A modern and slick look for the Minecraft UI. Directly stripped from [LiquidBounce/legacy](https://github.com/CCBlueX/LiquidBounce/tree/legacy) + some tweaks. | ||
|
||
## Features | ||
- An animated shader present on the main menu (and other screens while not in a world). | ||
- Particles are rendered everywhere `GuiScreen#drawClientBackground()` is called (even in inventory). | ||
- All buttons have a slick and modern look to them. | ||
- The font [Roboto-Medium](https://fonts.google.com/specimen/Roboto) is used for rendering the UI text. | ||
- Tried to eliminate all occurrences of a "dirt" background. | ||
|
||
## Some screenshots | ||
![img.png](img/img.png) | ||
|
||
![img_1.png](img/img_1.png) | ||
|
||
![img_2.png](img/img_2.png) | ||
|
||
![img_3.png](img/img_3.png) | ||
|
||
## License | ||
> From [LiquidBounce/legacy](https://github.com/CCBlueX/LiquidBounce/tree/legacy) | ||
This project is subject to the [GNU General Public License v3.0](LICENSE). This does only apply for source code located directly in this clean repository. During the development and compilation process, additional source code may be used to which we have obtained no rights. Such code is not covered by the GPL license. | ||
|
||
For those who are unfamiliar with the license, here is a summary of its main points. This is by no means legal advice nor legally binding. | ||
|
||
You are allowed to | ||
- use | ||
- share | ||
- modify | ||
|
||
this project entirely or partially for free and even commercially. However, please consider the following: | ||
|
||
- **You must disclose the source code of your modified work and the source code you took from this project. This means you are not allowed to use code from this project (even partially) in a closed-source (or even obfuscated) application.** | ||
- **Your modified application must also be licensed under the GPL** | ||
|
||
Do the above and share your source code with everyone; just like we do. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.