sandalle / minecraft_bigreactor_control

Minecraft BigReactor Computercraft Control Program
MIT License
76 stars 41 forks source link

Monitor Scale Inaccurate #50

Closed TeamDman closed 9 years ago

TeamDman commented 9 years ago

Program thinks the monitor setup is the wrong size if the text scale was previously enlarged.

sandalle commented 9 years ago

Text scale in...Minecraft or you've modified the code to do ComputerCraft text scaling?

TeamDman commented 9 years ago

I had ran previous CC programs which modified the scale of text on the monitor using one of the functions they have.

On Wednesday, March 25, 2015, Eric Sandall notifications@github.com wrote:

Text scale in...Minecraft or you've modified the code to do ComputerCraft text scaling?

— Reply to this email directly or view it on GitHub https://github.com/sandalle/minecraft_bigreactor_control/issues/50#issuecomment-86230893 .

sandalle commented 9 years ago

I do set the text scale every loop (See https://github.com/sandalle/minecraft_bigreactor_control/blob/master/lolmer_bigreactor_monitor_prog.lua#L558) and it has to be done to each monitor, not a general setting. I'll move this to the findMonitors() function before I check getSize().