Shadow's ComputerCraft
Would you like to react to this message? Create an account in a few clicks or log in to continue.

big size letters on your monitor

Go down

big size letters on your monitor Empty big size letters on your monitor

Post  epicowner97 Thu Jun 14, 2012 9:03 am

Code:
mon = peripheral.wrap("monitor side")
mon.setTextScale(letter size)

Use this code in front of your code to make the text on a monitor bigger,
the monitor side can be: right,left etc.

For example:

Code:

mon = peripheral.wrap("right")
mon.setTextScale(3)
print("this is a small tutorial")


This code will allow the computer to print the line "this is a small tutorial" in letter size 3

i hope it'll help you starting a small corporation or something and let the people see your base is there with this code

greetz,
epicowner97

epicowner97

Posts : 2
Join date : 2012-06-14

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum