Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- made by maxderop
- while true do
- term.clear()
- term.setBackgroundColor(colors.blue)
- paintfile = paintutils.loadImage("paintfile")
- paintutils.drawImage(paintfile, 2, 1)
- term.setCursorPos(9,4)
- print("Menu")
- print("1.paint")
- print("2.edit code")
- print("3.shell")
- input = io.read()
- if input == "1" then
- shell.run("paint painte")
- elseif input == "2" then
- shell.run("edit maximumos")
- elseif input == "3" then
- shell.run("shell")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment