Advertisement
Guest User

REKLAMA

a guest
Feb 23rd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 KB | None | 0 0
  1.  
  2. mon = peripheral.wrap("back")
  3.  
  4. mon.setTextScale(5)
  5.  
  6. mon.setTextColor(colors.orange)
  7. mon.setCursorPos(1,1)
  8. mon.write("  ---REKLAMA---")  
  9.  
  10. mon.setTextColor(colors.yellow)
  11. mon.setCursorPos(1,3)
  12. mon.write("FIRMA")
  13.  
  14. mon.setTextColor(colors.blue)
  15. mon.setCursorPos(1,5)
  16. mon.write("SLOGAN")
  17.  
  18. mon.setTextColor(colors.lightBlue)
  19. mon.setCursorPos(1,6)
  20. mon.write("INFO")
  21.  
  22. mon.setTextColor(colors.purple)
  23. mon.setCursorPos(1,7)
  24. mon.write("INFO")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement