Update sPhone.lua

This commit is contained in:
Ale32bit 2015-09-21 21:36:44 +02:00
parent ba7db152ff
commit 78909e2af3

View file

@ -36,7 +36,7 @@ end
local function kernel() local function kernel()
_G.sPhone = { _G.sPhone = {
version = "Alpha 2.2.1", version = "Alpha 2.3",
user = "Run sID", user = "Run sID",
devMode = false, devMode = false,
mainTerm = term.current() mainTerm = term.current()
@ -337,7 +337,7 @@ end
text = colors.white text = colors.white
end end
if not button then if not button then
button = colors.lightGray button = colors.lightBlue
end end
if not side then if not side then
side = colors.blue side = colors.blue