SHARE
TWEET
main.OS
a guest
Jan 29th, 2018
58
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- term.clear()
- term.setBackgroundColor(colors.white)
- boot1 = paintutils.loadImage("startup-1")
- boot2 = paintutils.loadImage("startup-2")
- paintutils.drawImage(boot1, 1, 1)
- sleep(1)
- term.clear()
- paintutils.drawImage(boot2, 1, 1)
- sleep(1)
- --end--
- term.clear()
- term.setBackgroundColor(colors.black)
- term.setCursorPos(1,1)
- term.clear()
RAW Paste Data

