ThatGravyBoat

Untitled

May 7th, 2021
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. local monitor = peripheral.find("monitor")
  2. local surface = dofile("surface")
  3. monitor.setTextScale(0.5)
  4. local w,h = monitor.getSize()
  5. local screen = surface.create(w,h)
  6. local display = surface.load("beer.nfp")
  7. screen:drawSurface(display,0,0)
  8. monitor.setPaletteColor(colors.red, 0xffffff)
  9. monitor.setPaletteColor(colors.green, 0xc4c4c4)
  10. screen:output(monitor)
Advertisement
Add Comment
Please, Sign In to add comment