Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if not term.isColor() then print("This program requires an Advanced Computer.")return end
- local startImg = paintutils.loadImage("DevOS/Images/StartUpImage")
- term.setBackgroundColor(colors.gray)
- term.clear()
- paintutils.drawImage(startImg,3,2)
- term.setCursorPos(27,5)
- term.setBackgroundColor(colors.gray)
- term.setTextColor(colors.lightBlue)
- term.write("Developing Made Easy")
- term.setCursorPos(33,7)
- term.write("By Twijn")
- --Initialize APIs
- shell.run("DevOS/SystemFiles/TextApis")
- shell.run("DevOS/SystemFiles/ButtonApis")
- --Done
- sleep(3)
- function runMain()
- shell.run("DevOS/SystemFiles/Menus")
- end
- parallel.waitForAll(runMain,buttonapis.startLoop)--Finalize buttonapi and run Main
Advertisement
Add Comment
Please, Sign In to add comment