This commit is contained in:
Josh
2018-05-29 11:16:01 -05:00
parent 2fe5ba5d3c
commit 74f1157ab2

View File

@@ -3,14 +3,14 @@ A library that adds simple GUI elements for you to utilize in your Love2D games.
## Basic Setup
Download JUI and place the JUI folder in your project, the library can be required with:
Download the library and place the JUI folder in your project, the library can be required with:
```lua
local JUI = require("JUI/JUIlib") -- I recommend calling the required variable "JUI"
-- that's what I'll be using in all docs and examples
```
The JUIlib object returns the following objects for you to use:
The JUIlib script returns the following objects for you to use:
- UIContainer
- Frame