Advertisement
tima_gt

tdm

Sep 15th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. slc = 0
  2. backColor = colors.lightBlue
  3. term.setBackgroundColor(backColor)
  4. term.clear()
  5. local x, y = term.getCursorPos()
  6.  
  7. function login()
  8. bground = paintutils.loadImage("/tde/tima.tbpg")
  9. paintutils.drawImage(bground,1,1)
  10. term.setTextColor(colors.lightBlue) y=13 x=14
  11. term.setCursorPos(1, 1)
  12. login = read()
  13. term.setTextColor(colors.white)
  14. term.setBackgroundColor(colors.blue)
  15. term.setCursorPos(14, 12)
  16. term.setCursorPos(14, 13)
  17. end
  18.  
  19. login()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement