diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-01-19 11:50:02 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-01-19 11:50:02 +0200 |
commit | eebae3bc783721760622e52bf5a97fa75b4cd92a (patch) | |
tree | dc6818b39a6a0ab20ea0e979aa4240a9887b7e60 | |
parent | d028ba6cd2529d18003bcc09a0d7f6be031cbef5 (diff) | |
parent | 2939148b03b34adf59333dd54ddd326a32b65ecb (diff) | |
download | LibGui-eebae3bc783721760622e52bf5a97fa75b4cd92a.tar.gz LibGui-eebae3bc783721760622e52bf5a97fa75b4cd92a.tar.bz2 LibGui-eebae3bc783721760622e52bf5a97fa75b4cd92a.zip |
Merge remote-tracking branch 'upstream/master'
-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, |