diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2019-12-09 19:55:52 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2019-12-09 19:55:52 +0200 |
commit | 0f73ce47bbd3843e07bf71fbaf52b3b7c6bd4c3b (patch) | |
tree | ebf188ad8cf846b14bca194660bf0a726cac1604 /README.md | |
parent | bf35bef5b7aefeb2979bf24ad327fe1dca838db0 (diff) | |
parent | 750b42cdd9c5be6380b0b0b1d736616e52559253 (diff) | |
download | LibGui-0f73ce47bbd3843e07bf71fbaf52b3b7c6bd4c3b.tar.gz LibGui-0f73ce47bbd3843e07bf71fbaf52b3b7c6bd4c3b.tar.bz2 LibGui-0f73ce47bbd3843e07bf71fbaf52b3b7c6bd4c3b.zip |
Merge branch 'master' of https://github.com/CottonMC/LibGui
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ GUI system. Controls can be hung on an itemslot grid or offset from it. Panel st and opacity can be customized, and everything can be extended. -See the [Cotton wiki](https://cottonmc.github.io/Wiki/getting_started/SetupDeveloper.html) for setup +See the [LibGui wiki](https://github.com/CottonMC/LibGui/wiki) for setup And for code examples: * [Client-Only Guis](https://github.com/CottonMC/LibGui/wiki/Client-Sided-Guis) |