From 35291887a7744b3fcd31fcee6f68af090c831469 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sat, 2 Apr 2022 15:32:03 +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 cee4614..757fb3a 100644 --- a/Home.md +++ b/Home.md @@ -10,18 +10,18 @@ now you are able to access everything from NyoUI.lua. # Objectlist -* 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, text, 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 creating 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) +* [Object](https://github.com/NoryiE/NyoUI/wiki/Object) -- - the base class for everything +* [Frame](https://github.com/NoryiE/NyoUI/wiki/Frame) -- Frames are the objects where everything gets drawn on +* [Button](https://github.com/NoryiE/NyoUI/wiki/Button) -- for some clicki clicki +* [Label](https://github.com/NoryiE/NyoUI/wiki/Label) -- you also need text to your clickis +* [Dropdown](https://github.com/NoryiE/NyoUI/wiki/Dropdown) -- a dropdown menu where you can change the value to what you added as item +* [Checkbox](https://github.com/NoryiE/NyoUI/wiki/Checkbox) -- to create true or false values +* [Input](https://github.com/NoryiE/NyoUI/wiki/Input) -- for creating some user input (password, text, numbers) +* [Radio](https://github.com/NoryiE/NyoUI/wiki/Radio) -- something like lists but with more positional flexability +* [Textfield](https://github.com/NoryiE/NyoUI/wiki/Textfield) -- bigger inputs (it works like the shell editor) +* [Scrollbar](https://github.com/NoryiE/NyoUI/wiki/Scrollbar) -- special thing. it can be used for creating scrollbars (was intended) but also if you want the user to change a number value(1 - 100 as example) +* [Program](https://github.com/NoryiE/NyoUI/wiki/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](https://github.com/NoryiE/NyoUI/wiki/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: