Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --tutorial 27 Gathering places DE
- os.loadAPI('texthelp')
- local text = "DE: When you extend a corner of a building, you create GATHERING PLACES. You can place buildings on the roofs of both the urban and the nature versions."
- local c = 'blue'
- local highlights = {}
- local monitor = peripheral.wrap('top')
- monitor.setTextScale(1.5)
- local w,h = monitor.getSize()
- texthelp.printToScreenOneColor(monitor,text,w,colors.orange,2,2)
Advertisement
Add Comment
Please, Sign In to add comment