Update buddies.lua
This commit is contained in:
parent
de5cc766b7
commit
beb7d8983a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ local function add()
|
||||||
term.setCursorPos(2,3)
|
term.setCursorPos(2,3)
|
||||||
sertextext.center(3, " Name")
|
sertextext.center(3, " Name")
|
||||||
term.setCursorPos(2,5)
|
term.setCursorPos(2,5)
|
||||||
term.setCursorBlick(true)
|
term.setCursorBlink(true)
|
||||||
local e,_,x,y = os.pullEvent()
|
local e,_,x,y = os.pullEvent()
|
||||||
if e == "mouse_click" then
|
if e == "mouse_click" then
|
||||||
if y == 1 and x == w then
|
if y == 1 and x == w then
|
||||||
|
|
Loading…
Reference in a new issue