Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --tutorial 24 extension
- os.loadAPI('texthelp')
- local text = "This is the urban version of a basic EXTENSION. You create it next to an existing building. Discover how its nature version looks like in your next game."
- local c = 'blue'
- local highlights = {
- {word = 'EXTENSION.', 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