Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function drawdesktop()
- term.setCursorPos(1,1)
- write("====================Power-Grid====================")
- term.setCursorPos(1,7)
- write("==================================================")
- term.setCursorPos(1,13)
- write("==================================================")
- term.setCursorPos(1,19)
- write("==================================================")
- local i = 1
- for i = 1,18 do
- term.setCursorPos(17,i)
- write("|")
- end
- i = 1
- local b = 1
- for b = 1,18 do
- term.setCursorPos(34,b)
- write("|")
- end
- b = 1
- end
- drawdesktop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement