Modules
anim | Animation library. |
goo | GUI Library. |
goo.button | Button object |
goo.checkbox | Draws a checkbox. |
goo.colorpick | Draws a color picker box where the user can select a color. |
goo.image | Draws an image. |
goo.null | Null object. |
goo.object | This is the superclass for all goo objects, every object can access it's methods |
goo.panel | A panel is a draggable box with a close button and a title |
goo.progressbar | Progress bar useful giving users feedback on loading or game status such as health, magic etc. |
goo.text | Draw text. |
goo.textinput | A box you can input text to. |