Update sPhone.lua
This commit is contained in:
parent
e3471d597f
commit
6cad49057f
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ end
|
||||||
paintutils.drawLine(1,1,w,1,colors.blue)
|
paintutils.drawLine(1,1,w,1,colors.blue)
|
||||||
term.setCursorBlink(false)
|
term.setCursorBlink(false)
|
||||||
term.setTextColor(colors.white)
|
term.setTextColor(colors.white)
|
||||||
visum.align("center," Chat",6)
|
visum.align("center"," Chat",false,6)
|
||||||
term.setBackgroundColor(colors.white)
|
term.setBackgroundColor(colors.white)
|
||||||
term.setTextColor(colors.black)
|
term.setTextColor(colors.black)
|
||||||
term.setCursorPos(2, 5)
|
term.setCursorPos(2, 5)
|
||||||
|
|
Loading…
Reference in a new issue