Updated Home (markdown)
24
Home.md
24
Home.md
@@ -10,18 +10,18 @@ now you are able to access everything from NyoUI.lua.
|
||||
|
||||
# Objectlist
|
||||
|
||||
* Object
|
||||
* [Frame](https://github.com/NoryiE/NyoUI/wiki/Frames-(and-Screens))
|
||||
* Button
|
||||
* Label
|
||||
* Dropdown
|
||||
* Checkbox
|
||||
* Input
|
||||
* Radio
|
||||
* Textfield
|
||||
* Scrollbar
|
||||
* Program
|
||||
* Animation
|
||||
* Object - the base class for everything
|
||||
* [Frame](https://github.com/NoryiE/NyoUI/wiki/Frames-(and-Screens)) -- Frames are the objects where everything gets drawn on
|
||||
* Button -- for some clicki clicki
|
||||
* Label -- you also need text to your clickis
|
||||
* Dropdown -- a dropdown menu where you can change the value to what you added as item
|
||||
* Checkbox -- to create true or false values
|
||||
* Input -- for creating some user input (password, name, numbers
|
||||
* Radio -- something like lists but with more positional flexability
|
||||
* Textfield -- bigger inputs (it works like the shell editor)
|
||||
* Scrollbar -- special thing. it can be used for scrollbars (was intended) but also if you want the user to change a number value(1 - 100 as example)
|
||||
* Program -- more special thing, with that you are able to execute programs (shell is also a program so yea you can execute a shell)
|
||||
* Animation -- with that you are able to create cute !simple! animations (example: changing button color while clicking on them)
|
||||
|
||||
# Installer
|
||||
Here is a premade installer you can add into your script if you want:
|
||||
|
||||
Reference in New Issue
Block a user