Cubix_Gamer

Untitled

May 18th, 2021
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. os.loadAPI("Test/GIF")
  2. os.loadAPI("Test/blittle")
  3.  
  4. local mon = peripheral.find("monitor")
  5. mon.setTextScale(0.5)
  6. mon.setBackgroundColour(colors.black)
  7. mon.clear()
  8.  
  9. --local fileName = "Test/GIFiro.gif"
  10. --local x, y = mon.getSize()
  11. --local image = blittle.shrink(GIF.toPaintutils(GIF.loadGIF(fileName)))
  12. --blittle.draw(image, 10, 10, mon)
  13.  
  14. local fileName = "Test/CarteIro.gif"
  15. local x, y = mon.getSize()
  16. local image = blittle.shrink(GIF.toPaintutils(GIF.loadGIF(fileName)))
  17. blittle.draw(image, 10, 10, mon)
Advertisement
Add Comment
Please, Sign In to add comment