Advertisement
SkyCrafter0

[Juroku] Startup.lua

Dec 8th, 2020
537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. os.loadAPI("image.lua")
  2. m = peripheral.find("monitor")
  3.  
  4. m.setTextScale(0.5)
  5. image.draw(m)
  6.  
  7. os.shutdown()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement