Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.setBackgroundColor(colors.black)
- term.clear()
- p1 = paintutils.loadImage("os/.logo0")
- paintutils.drawImage(p1, 1,1)
- sleep(1.5)
- term.setBackgroundColor(colors.black)
- term.clear()
- p2 = paintutils.loadImage("os/.logo1")
- paintutils.drawImage(p2, 1,1)
- sleep(0.33)
- term.setBackgroundColor(colors.black)
- term.clear()
- p3 = paintutils.loadImage("os/.logo2")
- paintutils.drawImage(p3, 1,1)
- sleep(0.33)
- term.setBackgroundColor(colors.black)
- term.clear()
- p4 = paintutils.loadImage("os/.logo3")
- paintutils.drawImage(p4, 1,1)
- term.setBackgroundColor(colors.black)
- sleep(1.5)
- shell.run("os/.functions")
Advertisement
Add Comment
Please, Sign In to add comment