Advertisement
Guest User

startup.lua

a guest
Oct 20th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. local mon = peripheral.wrap('monitor_4')
  2. mon.clear()
  3. mon.setBackgroundColor(colors.white)
  4. mon.setTextColor(colors.blue)
  5. mon.setCursorPos(1,1)
  6. mon.setTextScale(1)
  7. mon.write("Starte JTank OS v1.0.1 by julfuc/CocoLoco")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement