Updated Home (markdown)

Robert Jelic
2022-04-02 08:43:09 +02:00
parent 821d4d3d65
commit 6a564ca94c

24
Home.md

@@ -10,18 +10,18 @@ now you are able to access everything from NyoUI.lua.
# Objectlist # Objectlist
* Object * Object - the base class for everything
* [Frame](https://github.com/NoryiE/NyoUI/wiki/Frames-(and-Screens)) * [Frame](https://github.com/NoryiE/NyoUI/wiki/Frames-(and-Screens)) -- Frames are the objects where everything gets drawn on
* Button * Button -- for some clicki clicki
* Label * Label -- you also need text to your clickis
* Dropdown * Dropdown -- a dropdown menu where you can change the value to what you added as item
* Checkbox * Checkbox -- to create true or false values
* Input * Input -- for creating some user input (password, name, numbers
* Radio * Radio -- something like lists but with more positional flexability
* Textfield * Textfield -- bigger inputs (it works like the shell editor)
* Scrollbar * 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 * 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 * Animation -- with that you are able to create cute !simple! animations (example: changing button color while clicking on them)
# Installer # Installer
Here is a premade installer you can add into your script if you want: Here is a premade installer you can add into your script if you want: