Update sPhone.lua
This commit is contained in:
parent
beb7d8983a
commit
3be2314d14
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,7 @@ end
|
||||||
|
|
||||||
local function kernel()
|
local function kernel()
|
||||||
_G.sPhone = {
|
_G.sPhone = {
|
||||||
version = "Alpha 2.3.4",
|
version = "Alpha 2.3.4.1",
|
||||||
user = "Run sID",
|
user = "Run sID",
|
||||||
devMode = false,
|
devMode = false,
|
||||||
mainTerm = term.current()
|
mainTerm = term.current()
|
||||||
|
@ -436,6 +436,7 @@ end
|
||||||
end
|
end
|
||||||
|
|
||||||
local function home()
|
local function home()
|
||||||
|
sPhone.winOk("The 10th of october","the databse will be reset")
|
||||||
local function drawHome()
|
local function drawHome()
|
||||||
local function box(x,y,text,bg,colorText,page)
|
local function box(x,y,text,bg,colorText,page)
|
||||||
graphics.box(x,y,x+1+#text,y+2,bg)
|
graphics.box(x,y,x+1+#text,y+2,bg)
|
||||||
|
|
Loading…
Reference in a new issue