Update sPhone.lua
This commit is contained in:
parent
e1b3cb0cda
commit
5d55ba5945
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ local function kernel()
|
||||||
sPhone.doneShutdown = true
|
sPhone.doneShutdown = true
|
||||||
clear()
|
clear()
|
||||||
w, h = term.getSize()
|
w, h = term.getSize()
|
||||||
term.setCursorPos( (w / 2) - 1, h / 2)
|
term.setCursorPos( (w / 2) - 1, h / 2)
|
||||||
for i = 1,3 do
|
for i = 1,3 do
|
||||||
sleep(0.3)
|
sleep(0.3)
|
||||||
write(".")
|
write(".")
|
||||||
|
@ -316,7 +316,7 @@ local function kernel()
|
||||||
print("Type \"exit\" to close the shell")
|
print("Type \"exit\" to close the shell")
|
||||||
shell.run("/rom/programs/shell")
|
shell.run("/rom/programs/shell")
|
||||||
elseif (y > 2 and x > 10) and (y < 7 and x < 16) then
|
elseif (y > 2 and x > 10) and (y < 7 and x < 16) then
|
||||||
shell.run("/.sPhone/apps/system/sID")
|
shell.run("/.sPhone/apps/system/SertexID")
|
||||||
elseif (y > 2 and x > 18) and (y < 6 and x < 25) then
|
elseif (y > 2 and x > 18) and (y < 6 and x < 25) then
|
||||||
login()
|
login()
|
||||||
elseif (y > 6 and x > 1) and (y < 10 and x < 9) then
|
elseif (y > 6 and x > 1) and (y < 10 and x < 9) then
|
||||||
|
|
Loading…
Reference in a new issue