aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2020-01-09 17:21:51 +0200
committerGitHub <noreply@github.com>2020-01-09 17:21:51 +0200
commit2939148b03b34adf59333dd54ddd326a32b65ecb (patch)
tree9492f0bd6fc8acfb5cfb77f78da1bca74c1a9e4d
parenta24222da0c88df8907b3e2f9187a02293e864dfa (diff)
downloadLibGui-2939148b03b34adf59333dd54ddd326a32b65ecb.tar.gz
LibGui-2939148b03b34adf59333dd54ddd326a32b65ecb.tar.bz2
LibGui-2939148b03b34adf59333dd54ddd326a32b65ecb.zip
Add version and discord badges to README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b8c415d..f173cac 100644
--- a/README.md
+++ b/README.md
@@ -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,