Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --tutorial 13 game grid
- os.loadAPI('texthelp')
- local text = "In IBA_GAME the territory of the new city quarter consists of 300 build zones. Each game you play fills up one of these zones until a new vision for the PHV is complete."
- local c = 'blue'
- local highlights = {
- {word = '300', color = c},
- {word = 'build', color = c},
- {word = 'zones.', 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