Update sPhone.lua
This commit is contained in:
parent
f2ed5ed124
commit
e855edfceb
1 changed files with 6 additions and 6 deletions
|
@ -38,7 +38,7 @@ local function kernel()
|
||||||
_G.sPhone = {
|
_G.sPhone = {
|
||||||
version = "Alpha 2.3.1.1",
|
version = "Alpha 2.3.1.1",
|
||||||
user = "Run sID",
|
user = "Run sID",
|
||||||
devMode = false,
|
devMode = true,
|
||||||
mainTerm = term.current()
|
mainTerm = term.current()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -457,8 +457,8 @@ end
|
||||||
box(2,3,"Shell",colors.black,colors.yellow)
|
box(2,3,"Shell",colors.black,colors.yellow)
|
||||||
box(19,3,"Lock",colors.lightGray,colors.black)
|
box(19,3,"Lock",colors.lightGray,colors.black)
|
||||||
box(11,3,"sID",colors.red,colors.white)
|
box(11,3,"sID",colors.red,colors.white)
|
||||||
box(2,7,"Games",colors.pink,colors.blue)
|
box(2,7,"Buddies",colors.brown,colors.white)
|
||||||
box(10,7,"Chat", colors.black,colors.white)
|
box(12,7,"Chat", colors.black,colors.white)
|
||||||
box(19,7,"SMS",colors.green,colors.white)
|
box(19,7,"SMS",colors.green,colors.white)
|
||||||
box(3, 11, "CST", colors.lightBlue, colors.blue)
|
box(3, 11, "CST", colors.lightBlue, colors.blue)
|
||||||
box(10, 11, "GPS", colors.red, colors.black)
|
box(10, 11, "GPS", colors.red, colors.black)
|
||||||
|
@ -521,9 +521,9 @@ end
|
||||||
shell.run("/.sPhone/apps/system/sID")
|
shell.run("/.sPhone/apps/system/sID")
|
||||||
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 < 11) then
|
||||||
sPhone.winOk("Work In", "Progress")
|
shell.run("/.sPhone/apps/buddies")
|
||||||
elseif (y > 6 and x > 9) and (y < 10 and x < 16) then
|
elseif (y > 6 and x > 11) and (y < 10 and x < 18) then
|
||||||
lChat()
|
lChat()
|
||||||
elseif (y > 6 and x > 18) and (y < 10 and x < 24) then
|
elseif (y > 6 and x > 18) and (y < 10 and x < 24) then
|
||||||
shell.run("/.sPhone/apps/sms")
|
shell.run("/.sPhone/apps/sms")
|
||||||
|
|
Loading…
Reference in a new issue