diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,4 +5,6 @@ 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, -and opacity can be customized, and everything can be extended.
\ No newline at end of file +and opacity can be customized, and everything can be extended. + +> See the [Cotton wiki](https://cottonmc.github.io/Wiki/getting_started/SetupDeveloper.html) for getting started with LibGui. |