Create buddies.lua
This commit is contained in:
parent
453a326483
commit
ab8d806cda
1 changed files with 8 additions and 0 deletions
8
src/apps/buddies.lua
Normal file
8
src/apps/buddies.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
local function clear()
|
||||
term.setBackgroundColor(colors.brown)
|
||||
term.setTextColor(colors.white)
|
||||
term.clear()
|
||||
term.setCursorPos(1,1)
|
||||
end
|
||||
clear()
|
||||
sPhone.winOk("Work In", "Progress")
|
Loading…
Reference in a new issue