Updated Home (markdown)
2
Home.md
2
Home.md
@@ -58,7 +58,7 @@ if not(fs.exists(filePath))then
|
|||||||
while(not(fs.exists(filePath))) do
|
while(not(fs.exists(filePath))) do
|
||||||
local event, p1,p2,p3,p4 = os.pullEvent()
|
local event, p1,p2,p3,p4 = os.pullEvent()
|
||||||
if(event=="mouse_click")then
|
if(event=="mouse_click")then
|
||||||
if(p3==h/2+2)and(p2>=w/2-7)and(p2<=w/2-5)then
|
if(p3==math.floor(h/2+2))and(p2>=w/2-7)and(p2<=w/2-5)then
|
||||||
shell.run("wget https://raw.githubusercontent.com/NoryiE/NyoUI/master/NyoUI.lua "..filePath)
|
shell.run("wget https://raw.githubusercontent.com/NoryiE/NyoUI/master/NyoUI.lua "..filePath)
|
||||||
_installerWindow.setVisible(false)
|
_installerWindow.setVisible(false)
|
||||||
term.clear()
|
term.clear()
|
||||||
|
|||||||
Reference in New Issue
Block a user