Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.getSize()
- term.setBackgroundColor(colors.black)
- term.setCursorPos(1,1)
- term.clear()
- term.setTextColor(colors.yellow)
- print("SublimeOS - 0.1A - DEV")
- sleep(0.2)
- write("> ")
- term.setTextColor(colors.white)
- print("SConsole - 0.2A")
- term.setTextColor(colors.yellow)
- sleep(0.1)
- write("> ")
- term.setTextColor(colors.white)
- print("SConsole >> Activated")
- sleep(0.1)
- term.setTextColor(colors.yellow)
- write("> ")
- term.setTextColor(colors.white)
- print("SConsole >> Hiding")
- sleep(0.2)
Advertisement
Add Comment
Please, Sign In to add comment