SHOW:
|
|
- or go back to the newest paste.
| 1 | term.setBackgroundColor(colors.black) | |
| 2 | term.clear() | |
| 3 | p1 = paintutils.loadImage("os/.logo0")
| |
| 4 | paintutils.drawImage(p1, 1,1) | |
| 5 | sleep(1.5) | |
| 6 | term.setBackgroundColor(colors.black) | |
| 7 | term.clear() | |
| 8 | p2 = paintutils.loadImage("os/.logo1")
| |
| 9 | paintutils.drawImage(p2, 1,1) | |
| 10 | sleep(0.33) | |
| 11 | term.setBackgroundColor(colors.black) | |
| 12 | term.clear() | |
| 13 | p3 = paintutils.loadImage("os/.logo2")
| |
| 14 | paintutils.drawImage(p3, 1,1) | |
| 15 | sleep(0.33) | |
| 16 | term.setBackgroundColor(colors.black) | |
| 17 | term.clear() | |
| 18 | p4 = paintutils.loadImage("os/.logo3")
| |
| 19 | paintutils.drawImage(p4, 1,1) | |
| 20 | term.setBackgroundColor(colors.black) | |
| 21 | sleep(1.5) | |
| 22 | shell.run("os/.functions") |