This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
tmoflash's profile picture

Scrolling Rule Board Question

Started by tmoflash, 09 November 2014 - 05:30 AM
tmoflash #1
Posted 09 November 2014 - 06:30 AM
I know that this is an old post, I am using this program and it works great. Is there a way to make the background an/or text colored?
Lyqyd #2
Posted 09 November 2014 - 04:32 PM
This topic was split from Automatic Scrolling Rule Board.
Bomb Bloke #3
Posted 09 November 2014 - 10:29 PM
Stick a term.setTextColour() in somewhere; all the print statements after it will use whatever colour you specify. term.setBackgroundColour() works in much the same way.