Advertisement
Guest User

startup

a guest
Feb 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. local monitor = peripheral.wrap("top")
  2.  
  3.   monitor.clear()
  4.   monitor.setCursorPos(1,2)
  5.   monitor.setTextScale(3)
  6.   monitor.setTextColor(colors.yellow)
  7.   monitor.write("<  Szelestowo")
  8.   monitor.setCursorPos(1,3)
  9.   monitor.write("/\\ Tajne Szelestowo")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement