Advertisement
Guest User

test

a guest
Oct 16th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. local gpu = require("component").gpu
  2.  
  3. gpu.setBackground(0x000000)
  4. gpu.setForeground(0xffffff)
  5. gpu.fill(1, 1, 16, 1, "⠉")
  6. gpu.fill(1, 1, 1, 7, "⡇")
  7.  
  8. require("term").setCursor(1, 15)
  9. print[===[
  10. ⡏⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⢹
  11. ⡇              ⢸
  12. ⡇              ⢸
  13. ⡇              ⢸
  14. ⡇              ⢸
  15. ⡇              ⢸
  16. ⡇              ⢸
  17. ⣇⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣸
  18. ]===]
  19. os.sleep(math.huge)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement