Update sPhone.lua

This commit is contained in:
Ale32bit 2015-11-10 19:11:25 +01:00
parent 3c213eb839
commit eef211e162

View file

@ -828,13 +828,14 @@ end
end end
end end
end end
sPhone.user = name
os.setComputerLabel(sPhone.user.."'s sPhone")
term.setCursorPos(1,13) term.setCursorPos(1,13)
term.clearLine() term.clearLine()
sertextext.center(13," All Set!") sertextext.center(13," All Set!")
term.setCursorPos(1,14) term.setCursorPos(1,14)
term.clearLine() term.clearLine()
sertextext.center(14," Have fun with sPhone") sertextext.center(14," Have fun with sPhone")
sPhone.user = name
sleep(2) sleep(2)
home() home()
end end