Update sPhone.lua
This commit is contained in:
parent
e79014c864
commit
47ae049e05
1 changed files with 3 additions and 1 deletions
|
@ -872,7 +872,9 @@ end
|
||||||
sPhone.header("Setup")
|
sPhone.header("Setup")
|
||||||
term.setCursorPos(1,1)
|
term.setCursorPos(1,1)
|
||||||
term.setTextColor(sPhone.theme["text"])
|
term.setTextColor(sPhone.theme["text"])
|
||||||
_G.sPhone.user = name
|
sPhone.user = name
|
||||||
|
local toLabel = sPhone.user.."'s &9sPhone"
|
||||||
|
toLabel = toLabel:gsub("&", string.char(0xc2)..string.char(0xa7))
|
||||||
os.setComputerLabel(sPhone.user.."'s sPhone")
|
os.setComputerLabel(sPhone.user.."'s sPhone")
|
||||||
visum.align("center"," All Set!",false,3)
|
visum.align("center"," All Set!",false,3)
|
||||||
visum.align("center"," Have fun with sPhone",false,5)
|
visum.align("center"," Have fun with sPhone",false,5)
|
||||||
|
|
Loading…
Reference in a new issue