sPhone/src/apps/buddies.lua

9 lines
185 B
Lua
Raw Normal View History

2015-09-26 11:30:40 +02:00
local function clear()
term.setBackgroundColor(colors.brown)
term.setTextColor(colors.white)
term.clear()
term.setCursorPos(1,1)
end
clear()
sPhone.winOk("Work In", "Progress")