Update buddies.lua
This commit is contained in:
parent
f41a852ddb
commit
e4131ed844
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ local function add()
|
||||||
term.setBackgroundColor(colors.white)
|
term.setBackgroundColor(colors.white)
|
||||||
term.setTextColor(colors.black)
|
term.setTextColor(colors.black)
|
||||||
term.setCursorPos(2,3)
|
term.setCursorPos(2,3)
|
||||||
sertextext.center(3, " Name")
|
visum.align("center", " Name",false,3)
|
||||||
term.setCursorPos(2,5)
|
term.setCursorPos(2,5)
|
||||||
term.setCursorBlink(true)
|
term.setCursorBlink(true)
|
||||||
local e,_,x,y = os.pullEvent()
|
local e,_,x,y = os.pullEvent()
|
||||||
|
|
Loading…
Reference in a new issue