Create buddies.lua

This commit is contained in:
Ale32bit 2015-09-26 11:30:40 +02:00
parent 453a326483
commit ab8d806cda

8
src/apps/buddies.lua Normal file
View 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")