Advertisement
Schneemann

txtbackgroundtest

Oct 15th, 2021 (edited)
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local component=require("component")
  2. local term=require("term")
  3. local colors=require("colors")
  4.  
  5. term.setCursor(10,10)
  6.  
  7. term.write("██████")
  8.  
  9. term.setCursor(11,10)
  10.  
  11. term.
  12. term.write("test")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement