diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-01-09 17:21:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-09 17:21:51 +0200 |
commit | 2939148b03b34adf59333dd54ddd326a32b65ecb (patch) | |
tree | 9492f0bd6fc8acfb5cfb77f78da1bca74c1a9e4d /README.md | |
parent | a24222da0c88df8907b3e2f9187a02293e864dfa (diff) | |
download | LibGui-2939148b03b34adf59333dd54ddd326a32b65ecb.tar.gz LibGui-2939148b03b34adf59333dd54ddd326a32b65ecb.tar.bz2 LibGui-2939148b03b34adf59333dd54ddd326a32b65ecb.zip |
Add version and discord badges to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ # LibGui +[![Maven metadata URL](https://img.shields.io/maven-metadata/v/http/server.bbkr.space:8081/artifactory/libs-release/io/github/cottonmc/LibGui/maven-metadata.xml.svg?style=flat-square&color=49bfe0)](http://server.bbkr.space:8081/artifactory/libs-release/io/github/cottonmc/LibGui) [![Discord](https://img.shields.io/discord/527511104927039499.svg?style=flat-square)](https://discord.gg/9M5sACm) + Minecraft GUIs without spending forever painstakingly aligning things to the background image. Instead, LibGui takes a logical description of your GUI, and draws it on-the-fly like any modern GUI system. Controls can be hung on an itemslot grid or offset from it. Panel styles, colors, |