Advertisement
lego11

TerminalePetrolio

Aug 19th, 2020
1,166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function colore(nome)
  2. term.setTextColor(nome)
  3. end
  4.  
  5. function sfondo(nome)
  6. term.setBackgroundColor(nome)
  7. end
  8.  
  9.  
  10.  
  11. mappa = paintutils.loadImage("mappa")
  12. sfondo(colors.white)
  13. term.clear()
  14. term.setCursorPos(1,1)
  15. colore(colors.white)
  16. paintutils.drawImage(mappa, 1, 2)
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement