Advertisement
Guest User

desktopgui

a guest
Jul 24th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. term.clear()
  2. sleep(0.1)
  3.  
  4. image = paintutils.loadImage("os/home/homescreen")
  5. paintutils.drawImage(image, 1,1)
  6.  
  7. term.setCursorPos(1,2)
  8. term.setBackgroundColor(colors.white)
  9. term.setTextColor(colors.black)
  10. textutils.slowPrint("Search/Run Apps:")
  11.  
  12. term.setCursorPos(1,1)
  13. term.setBackgroundColor(colors.lightGray)
  14. term.setTextColor(colors.blue)
  15. textutils.slowPrint("Home")
  16.  
  17. term.setCursorPos(1,3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement