ComputerCraft
ComputerCraft copied to clipboard
Add getTextScale() to Monitor
We had for almost all set Function also a get Function, but not for setTextScale(). This PR add one.
This appears to not work for monitors made of multiple blocks, as it doesn't use the "main" terminal. I've put together a patch here: https://github.com/SquidDev-CC/CC-Tweaked/commit/aa447ec1016126c9bf3bd921d4f4edf41ab1b5a5 which appears to fix the issue.
Can one of the admins verify this patch?