Advertisement
Guest User

startup.lua

a guest
Apr 5th, 2020
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. mon = peripheral.wrap("right")
  2. mon.clear()
  3. mon.setTextScale(5)
  4. mon.setCursorPos(1,1)
  5. mon.write("Test 1 2 1 2")
  6.  
  7. --Ceci montre comment écrire sur un écran
  8. --adjacent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement