Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- CHARGEMENT DES FICHIERS NECESSAIRES --
- os.loadAPI("API/ColorSaver")
- -- MAIN --
- function screen()
- term.setBackgroundColor(colours.white)
- term.clear()
- paintutils.drawImage(paintutils.loadImage("Cloud/texture"),1,1)
- ColorSaver.ColorPack(colours.blue, colours.white)
- term.setCursorPos(20,2)
- print("Cloud Storage")
- ColorSaver.ColorPack(colours.grey, colours.black)
- term.setCursorPos(6,11)
- print("UPLOAD")
- ColorSaver.ColorPack(colours.lightBlue, colours.black)
- term.setCursorPos(39,11)
- print("LIBRAIRIE")
- ColorSaver.ColorPack(colours.lightGrey, colours.black)
- term.setCursorPos(21,17)
- print("TELECHARGER")
- ColorSaver.ColorPack(colours.red, colours.black)
- term.setCursorPos(23,6)
- print("QUITTER")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement