Updated Home (markdown)
6
Home.md
6
Home.md
@@ -1,5 +1,3 @@
|
|||||||
# Welcome to the NyoUI wiki!
|
|
||||||
|
|
||||||
You want to know how to use my UI Framework for your projects? Easy! Just use the following command in your computercraft computer/turtle/pocket comp.:
|
You want to know how to use my UI Framework for your projects? Easy! Just use the following command in your computercraft computer/turtle/pocket comp.:
|
||||||
|
|
||||||
`wget https://raw.githubusercontent.com/NoryiE/NyoUI/master/NyoUI.lua NyoUI.lua`
|
`wget https://raw.githubusercontent.com/NoryiE/NyoUI/master/NyoUI.lua NyoUI.lua`
|
||||||
@@ -8,7 +6,9 @@ After that, you just have to put this on top of your program:
|
|||||||
|
|
||||||
`local screen = dofile("NyoUI.lua")`
|
`local screen = dofile("NyoUI.lua")`
|
||||||
|
|
||||||
now you are able to access everything from NyoUI.lua:
|
now you are able to access everything from NyoUI.lua.
|
||||||
|
|
||||||
|
#Object Documentation
|
||||||
|
|
||||||
* Screens
|
* Screens
|
||||||
* Frames
|
* Frames
|
||||||
|
|||||||
Reference in New Issue
Block a user