Advertisement
Guest User

elektrownia v2

a guest
Jan 20th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. mon = peripheral.wrap("left")
  2. mon.clear()
  3. mon.setCursorPos(1,1)
  4. mon.write(" |-------| |-------| |-------|")
  5. mon.write(" | I | | I I | | III |")
  6. mon.write(" | | | | | |")
  7. mon.write(" |----| |----| |----| |----|")
  8. mon.write(" | | | | | | | |")
  9. mon.write(" | | | | | | | |")
  10. mon.write("")
  11. mon.write("")
  12. mon.write(" |------------------------------|")
  13. mon.write(" | |")
  14. mon.write(" | |")
  15. mon.write(" | |")
  16. mon.write(" | |")
  17. mon.write(" |------------------------------|")
  18. mon.write("")
  19. mon.write("")
  20. mon.write("")
  21. mon.write("")
  22. mon.write(" \ / \ /")
  23. mon.write(" / \ / \")
  24. mon.write(" / \ / \")
  25. mon.write(" | | | |")
  26. mon.write(" ---------- ----------")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement