Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --tutorial 26 tech&science
- os.loadAPI('texthelp')
- local text = "When you bridge between two buildings you get TECH&SCIENCE SPACES such as this FabLab in the urban version. The nature version will surprise you."
- local c = 'blue'
- local highlights = {
- {word = 'TECH&SCIENCE', color = c},
- {word = 'SPACES', color = c}
- }
- local monitor = peripheral.wrap('top')
- monitor.setTextScale(1.5)
- local w,h = monitor.getSize()
- texthelp.printToScreenColor(monitor,text,w,highlights,2,2, colors.white)
Advertisement
Add Comment
Please, Sign In to add comment