tommy2805

ui api

Oct 20th, 2023
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. function drawdesktop()
  2. term.setCursorPos(1,1)
  3. write("==================================Stati--alveary==================================")
  4. term.setCursorPos(1,3)
  5. write("=Z.Industriale=|==Prod.Carburanti==|==Z. Agricola==|===Z. Nether===|==Strumenti===")
  6.  
  7. local i = 2
  8. for i = 2,30 do
  9. term.setCursorPos(16,i)
  10. write("|")
  11. end
  12.  
  13. for i = 2,30 do
  14. term.setCursorPos(36,i)
  15. write("|")
  16. end
  17.  
  18. for i = 2,30 do
  19. term.setCursorPos(52,i)
  20. write("|")
  21. end
  22.  
  23. for i = 2,30 do
  24. term.setCursorPos(68,i)
  25. write("|")
  26. end
  27.  
  28. term.setCursorPos(70, 6)
  29. write("Cercando:")
  30. term.setCursorPos(70, 9)
  31. write("Ultimo agg:")
  32. end
  33. drawdesktop()
Advertisement
Add Comment
Please, Sign In to add comment