Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --tutorial 04 about game DE
- os.loadAPI('texthelp')
- local text = "Im IBA_GAME erstellst du kleine Nachbarschaften, wie die, die du unter dir siehst. Hunderte davon formen ein neues Stadtquartier, das du und andere Spieler gestaltet haben."
- 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