Advertisement
kyubertino

Propaint

Mar 29th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. term.setBackgroundColor(colors.white)
  2. term.clear()
  3. term.setCursorPos(50,1)
  4. term.setBackgroundColor(colors.red)
  5. print(" ")
  6. term.setCursorPos(50,2)
  7. term.setBackgroundColor(colors.purple)
  8. print(" ")
  9. term.setCursorPos(50,3)
  10. term.setBackgroundColor(colors.pink)
  11. print(" ")
  12. term.setCursorPos(50,4)
  13. term.setBackgroundColor(colors.orange)
  14. print(" ")
  15. term.setCursorPos(50,5)
  16. term.setBackgroundColor(colors.magenta)
  17. print(" ")
  18. term.setCursorPos(50,6)
  19. term.setBackgroundColor(colors.lime)
  20. print(" ")
  21. term.setCursorPos(50,7)
  22. term.setBackgroundColor(colors.lightGray)
  23. print(" ")
  24. term.setCursorPos(50,8)
  25. term.setBackgroundColor(colors.lightBlue)
  26. print(" ")
  27. term.setCursorPos(50,9)
  28. term.setBackgroundColor(colors.green)
  29. print(" ")
  30. term.setCursorPos(50,10)
  31. term.setBackgroundColor(colors.gray)
  32. print(" ")
  33. term.setCursorPos(50,11)
  34. term.setBackgroundColor(colors.cyan)
  35. print(" ")
  36. term.setCursorPos(50,12)
  37. term.setBackgroundColor(colors.combine)
  38. print(" ")
  39. term.setCursorPos(50,13)
  40. term.setBackgroundColor(colors.brown)
  41. print(" ")
  42. term.setCursorPos(50,14)
  43. term.setBackgroundColor(colors.blue)
  44. print(" ")
  45. term.setCursorPos(50,15)
  46. term.setBackgroundColor(colors.yellow)
  47. print(" ")
  48. term.setCursorPos(50,16)
  49. term.setBackgroundColor(colors.black)
  50. print(" ")
  51. term.setCursorPos(50,17)
  52. term.setBackgroundColor(colors.white)
  53. print(" ")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement