From 6a564ca94cd5d77fcd9572b5753d260b8e4bb3aa Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sat, 2 Apr 2022 08:43:09 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Home.md b/Home.md index c44f589..37aea17 100644 --- a/Home.md +++ b/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: