Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon= peripheral.wrap("left")
- oldterm = term.redirect(mon)
- while true do
- term.setBackgroundColor(colors.black)
- term.clear()
- img=paintutils.loadImage("1")
- paintutils.drawImage(img,1,1)
- os.sleep(1)
- term.setBackgroundColor(colors.black)
- term.clear()
- img=paintutils.loadImage("2")
- paintutils.drawImage(img,1,1)
- os.sleep(1)
- term.setBackgroundColor(colors.black)
- term.clear()
- img=paintutils.loadImage("3")
- paintutils.drawImage(img,1,1)
- os.sleep(1)
- term.setBackgroundColor(colors.black)
- term.clear()
- img=paintutils.loadImage("4")
- paintutils.drawImage(img,1,1)
- os.sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement